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

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2019-10-17)

### Bug Fixes

* Don't add dot folder ([a54453e](a54453e))
  • Loading branch information
ffflobot committed Oct 17, 2019
1 parent a54453e commit 9384135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.2](https://github.com/ffflorian/jszip-cli/compare/v3.0.1...v3.0.2) (2019-10-17)

### Bug Fixes

- Don't add dot folder ([a54453e](https://github.com/ffflorian/jszip-cli/commit/a54453e))

## [3.0.1](https://github.com/ffflorian/jszip-cli/compare/v3.0.0...v3.0.1) (2019-09-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
"start": "ts-node src/cli.ts",
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
},
"version": "3.0.1"
"version": "3.0.2"
}

0 comments on commit 9384135

Please sign in to comment.