Skip to content

Commit

Permalink
Release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Jan 9, 2019
1 parent 334c876 commit 822b2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ section: main
---

### Next release
- Replaced usage of deprecated Buffer constructor

### v3.1.7 2019-01-09
- Replaced usage of deprecated Buffer constructor (see: [#506](https://github.com/Stuk/jszip/pull/506))

### v3.1.6 2019-01-09
- Initial release of jszip2, no changes from v3.1.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jszip2",
"version": "3.1.6",
"version": "3.1.7",
"author": "Robin Andersson <[email protected]>",
"description": "Create, read and edit .zip files with JavaScript. Semi-maintained version of package jszip",
"scripts": {
Expand Down

0 comments on commit 822b2a7

Please sign in to comment.