diff --git a/AUTHORS b/AUTHORS index dfed747..c0ce749 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,3 +7,4 @@ Asbjørn Sloth Tønnesen Zach Carter Dan MacTough Evan Moses +Dima Kurguzov diff --git a/History.md b/History.md index ddd5dcd..0f64edd 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.4.1 / 2016-04-13 +================== + * Updated documentation for Jed > 1.1.0 + * Use msgid_plural when there is no translation + 0.4.1 / 2015-03-01 ================== * Updated Jed-format code and test to deal with the new plural form diff --git a/README.md b/README.md index e5c8798..0a1bf9f 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,9 @@ po2json.parseFile('messages.po', { format: 'jed' }, function (err, jsonData) { 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). ## Release History +### 0.4.2 / 2015-04-13 + * Updated documentation for Jed > 1.1.0 + * Use msgid_plural when there is no translation ### 0.4.1 / 2015-03-01 * Updated Jed-format code and test to deal with the new plural form diff --git a/package.json b/package.json index 80383f4..835ee2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "po2json", "description": "Convert PO files to JSON", - "version": "0.4.1", + "version": "0.4.2", "homepage": "https://github.com/mikeedwards/po2json", "author": { "name": "Joshua I. Miller",