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.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.2...v3.1.0) (2020-01-03)

### Features

* Allow RegExp for ignoreEntries ([#318](#318)) ([e9fa8b5](e9fa8b5))
  • Loading branch information
ffflobot committed Jan 3, 2020
1 parent e9fa8b5 commit b3a44ea
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.1.0](https://github.com/ffflorian/jszip-cli/compare/v3.0.2...v3.1.0) (2020-01-03)

### Features

- Allow RegExp for ignoreEntries ([#318](https://github.com/ffflorian/jszip-cli/issues/318)) ([e9fa8b5](https://github.com/ffflorian/jszip-cli/commit/e9fa8b5))

## [3.0.2](https://github.com/ffflorian/jszip-cli/compare/v3.0.1...v3.0.2) (2019-10-17)

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

0 comments on commit b3a44ea

Please sign in to comment.