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

Commit 1347bd8

Browse files
committed
chore(release): 3.1.2 [skip ci]
## [3.1.2](v3.1.1...v3.1.2) (2021-08-11) ### Bug Fixes * Replace all occurences of "*" in ignored entries ([6020351](6020351))
1 parent 6020351 commit 1347bd8

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.2](https://github.com/ffflorian/jszip-cli/compare/v3.1.1...v3.1.2) (2021-08-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Replace all occurences of "*" in ignored entries ([6020351](https://github.com/ffflorian/jszip-cli/commit/6020351e8461c93a448e6a74670c367844e4c235))
7+
18
## [3.1.1](https://github.com/ffflorian/jszip-cli/compare/v3.1.0...v3.1.1) (2021-08-11)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@
9797
"start": "ts-node src/cli.ts",
9898
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
9999
},
100-
"version": "3.1.1"
100+
"version": "3.1.2"
101101
}

0 commit comments

Comments
 (0)