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

Commit 9384135

Browse files
committed
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2019-10-17) ### Bug Fixes * Don't add dot folder ([a54453e](a54453e))
1 parent a54453e commit 9384135

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.2](https://github.com/ffflorian/jszip-cli/compare/v3.0.1...v3.0.2) (2019-10-17)
2+
3+
### Bug Fixes
4+
5+
- Don't add dot folder ([a54453e](https://github.com/ffflorian/jszip-cli/commit/a54453e))
6+
17
## [3.0.1](https://github.com/ffflorian/jszip-cli/compare/v3.0.0...v3.0.1) (2019-09-06)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
"start": "ts-node src/cli.ts",
9090
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
9191
},
92-
"version": "3.0.1"
92+
"version": "3.0.2"
9393
}

0 commit comments

Comments
 (0)