From 89ba2854e29a5d124a93d16f6e3ce8ad275ac026 Mon Sep 17 00:00:00 2001 From: aichbauer Date: Fri, 7 Sep 2018 14:09:35 +0200 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",