Skip to content

Commit

Permalink
Update embedded version and changelog for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 19, 2020
1 parent 6637579 commit 0095edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,10 @@ layout: default
section: main
---

### v3.3.0 2020 2020-04-31

- Change browser module resolution to support Angular packager (see [#614](https://github.com/Stuk/jszip/pull/614))

### v3.2.2 2019-07-04
- No public changes, but a number of testing dependencies have been updated.
- Tested browsers are now: Internet Explorer 11, Chrome (most recent) and Firefox (most recent). Other browsers (specifically Safari) are still supported however testing them on Saucelabs is broken and so they were removed from the test matrix.
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -42,7 +42,7 @@ JSZip.defaults = require('./defaults');

// TODO find a better way to handle this version,
// a require('package.json').version doesn't work with webpack, see #327
JSZip.version = "3.2.0";
JSZip.version = "3.3.0";

JSZip.loadAsync = function (content, options) {
return new JSZip().loadAsync(content, options);
Expand Down

0 comments on commit 0095edc

Please sign in to comment.