diff --git a/CHANGELOG.md b/CHANGELOG.md index eeae4eaf..996ac26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [3.7.3](https://github.com/zemirco/json2csv/compare/v3.7.1...v3.7.3) (2016-12-08) + + +### Bug Fixes + +* **jsdoc:** JSDoc Editting ([#155](https://github.com/zemirco/json2csv/issues/155)) ([76075d6](https://github.com/zemirco/json2csv/commit/76075d6)) +* **ts:** Fix type definition ([#154](https://github.com/zemirco/json2csv/issues/154)) ([fae53a1](https://github.com/zemirco/json2csv/commit/fae53a1)) + + + ## 3.6.3 / 2016-08-17 * Fix crashing on EPIPE error [#134](https://github.com/zemirco/json2csv/pull/134) diff --git a/package.json b/package.json index 7bb91007..47513ca7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json2csv", "preferGlobal": "true", - "version": "3.7.2", + "version": "3.7.3", "description": "Convert JSON to CSV", "keywords": [ "json",