Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 09a77ec

Browse files
committed
chore(release): 3.1.6 [skip ci]
## [3.1.6](v3.1.5...v3.1.6) (2021-10-04) ### Bug Fixes * Don't use String.replaceAll() ([9b3018e](9b3018e))
1 parent 9b3018e commit 09a77ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.6](https://github.com/ffflorian/jszip-cli/compare/v3.1.5...v3.1.6) (2021-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Don't use String.replaceAll() ([9b3018e](https://github.com/ffflorian/jszip-cli/commit/9b3018e1ce33f75711df36a08795f1455e55816a))
7+
18
## [3.1.5](https://github.com/ffflorian/jszip-cli/compare/v3.1.4...v3.1.5) (2021-09-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@
9898
"start": "cross-env NODE_DEBUG=\"jszip-cli/*\" ts-node src/cli.ts",
9999
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
100100
},
101-
"version": "3.1.5"
101+
"version": "3.1.6"
102102
}

0 commit comments

Comments
 (0)