update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2019-02-27 09:39:56 -05:00
parent 07b96f8288
commit 81524f537e
6 changed files with 13 additions and 8 deletions

View File

@@ -21,7 +21,8 @@
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
"tsc": "tsc -d --declarationDir ./types --removeComments --module CommonJS || echo \"tsc faild for some file(s).\"",
"rollup": "rollup -c",
"compile": "npm run tsc && npm run rollup",
"clean": "rm -rf ./lib",
"compile": "npm run clean && npm run tsc && npm run rollup",
"watch": "rollup -c -w"
},
"devDependencies": {