Skip to content

Commit 8fc602c

Browse files
committed
Merge pull request #47 from mikeedwards/release/0.4.2
update to 0.4.2
2 parents 7449c3b + 40a10dc commit 8fc602c

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Asbjørn Sloth Tønnesen <[email protected]>
77
Zach Carter <[email protected]>
88
Dan MacTough <[email protected]>
99
Evan Moses
10+
Dima Kurguzov

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.1 / 2016-04-13
2+
==================
3+
* Updated documentation for Jed > 1.1.0
4+
* Use msgid_plural when there is no translation
5+
16
0.4.1 / 2015-03-01
27
==================
38
* Updated Jed-format code and test to deal with the new plural form

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ po2json.parseFile('messages.po', { format: 'jed' }, function (err, jsonData) {
119119
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/gruntjs/grunt).
120120

121121
## Release History
122+
### 0.4.2 / 2015-04-13
123+
* Updated documentation for Jed > 1.1.0
124+
* Use msgid_plural when there is no translation
122125

123126
### 0.4.1 / 2015-03-01
124127
* Updated Jed-format code and test to deal with the new plural form

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "po2json",
33
"description": "Convert PO files to JSON",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"homepage": "https://github.com/mikeedwards/po2json",
66
"author": {
77
"name": "Joshua I. Miller",

0 commit comments

Comments
 (0)