diff --git a/CHANGELOG.md b/CHANGELOG.md index b66318f0..61878a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4](https://github.com/ffflorian/jszip-cli/compare/v3.1.3...v3.1.4) (2021-09-01) + + +### Bug Fixes + +* Use fileMode as default command ([f337729](https://github.com/ffflorian/jszip-cli/commit/f33772984e5af55e5cb49937479b43793f7d9610)) + ## [3.1.3](https://github.com/ffflorian/jszip-cli/compare/v3.1.2...v3.1.3) (2021-08-30) diff --git a/package.json b/package.json index 8071a82c..c73d308a 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,5 @@ "start": "cross-env NODE_DEBUG=\"jszip-cli/*\" ts-node src/cli.ts", "test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine" }, - "version": "3.1.3" + "version": "3.1.4" }