diff --git a/CHANGELOG b/CHANGELOG index 82393d6..fe5c96b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +v0.1.11: + date: 2014-05-03 + changes: + - Fix (empty string), xml2js (only invoke parseString callback once) + - XML parser error display a warning and abort Grunt immediately + +v0.1.10: + date: 2014-03-11 + changes: + - Fixing options.type issue and adding more tests around it + v0.1.9: date: 2013-12-14 changes: diff --git a/README.md b/README.md index c4bd71a..728c5fa 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,9 @@ We welcome all kinds of contributions! The most basic way to show your support i ## Changes **DATE** **VERSION** **CHANGES** +* 2014-05-03 v0.1.11 Fix (empty string), xml2js (only invoke parseString callback once),XML + parser error display a warning and abort Grunt immediately +* 2014-03-11 v0.1.10 Fixing options.type issue and adding more tests around it * 2013-12-14 v0.1.9 Fix json to yml converter,Add `type` option to define content with unknown extension * 2013-12-18 v0.1.8 adding missing write file statement when converting xml to json diff --git a/package.json b/package.json index 0d0f35f..aaedd66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-convert", "description": "Convert between XML, JSON and YAML, from one format to another.", - "version": "0.1.10", + "version": "0.1.11", "homepage": "https://github.com/assemble/grunt-convert", "author": { "name": "Jon Schlinkert",