Skip to content

Commit

Permalink
Update files for 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 19, 2020
1 parent f51af94 commit 9770277
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Expand Up @@ -4,9 +4,13 @@ layout: default
section: main
---

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

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

### v3.3.0 2020 2020-04-1

- 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.
Expand Down
2 changes: 1 addition & 1 deletion dist/jszip.js
Expand Up @@ -1057,7 +1057,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.4.0";

JSZip.loadAsync = function (content, options) {
return new JSZip().loadAsync(content, options);
Expand Down
2 changes: 1 addition & 1 deletion dist/jszip.min.js

Large diffs are not rendered by default.

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.3.0";
JSZip.version = "3.4.0";

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

0 comments on commit 9770277

Please sign in to comment.