diff --git a/CHANGELOG.md b/CHANGELOG.md index 1167964..28ee5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.0.3 - September, 07 2018 + +* 51a76a7 Fix: babel runtime (#5) (fixes #3) (Lukas Aichbauer) + 1.0.2 - June, 22 2018 * 4e024bd Fix : handle zero values correctly (array of arrays) (#4) (Kiwy404) diff --git a/package.json b/package.json index d183556..a5b4cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-array-to-csv", - "version": "1.0.2", + "version": "1.0.3", "description": "Convert an array to a csv formatted string", "main": "./lib/index.js", "repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",