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

Commit 208df15

Browse files
committed
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2019-09-06) ### Bug Fixes * Use postversion when publishing ([0761569](0761569))
1 parent 0761569 commit 208df15

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.1](https://github.com/ffflorian/jszip-cli/compare/v3.0.0...v3.0.1) (2019-09-06)
2+
3+
### Bug Fixes
4+
5+
- Use postversion when publishing ([0761569](https://github.com/ffflorian/jszip-cli/commit/0761569))
6+
17
# [3.0.0](https://github.com/ffflorian/jszip-cli/compare/v2.3.1...v3.0.0) (2019-07-17)
28

39
### Features

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": "2.2.0"
92+
"version": "3.0.1"
9393
}

0 commit comments

Comments
 (0)