diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8192a..35cb978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## 1.0.13 - 27.5.2019 +## 1.0.14 - 27.5.2019 1. fix 'split', 'remove' commands, where were not working 1. bug fix decompress command so that it can decompress minified js file diff --git a/package.json b/package.json index d83749d..901469a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "echarts-mapmaker", - "version": "1.0.13", + "version": "1.0.14", "description": "Make maps for echarts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"