Skip to content

Commit 9770277

Browse files
committed
Update files for 3.4.0
1 parent f51af94 commit 9770277

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ layout: default
44
section: main
55
---
66

7-
### v3.3.0 2020 2020-04-31
7+
### v3.4.0 2020 2020-04-19
88

9-
- Change browser module resolution to support Angular packager (see [#614](https://github.com/Stuk/jszip/pull/614))
9+
- Add Typescript type definitions (see [#601](https://github.com/Stuk/jszip/pull/601)).
10+
11+
### v3.3.0 2020 2020-04-1
12+
13+
- Change browser module resolution to support Angular packager (see [#614](https://github.com/Stuk/jszip/pull/614)).
1014

1115
### v3.2.2 2019-07-04
1216
- No public changes, but a number of testing dependencies have been updated.

dist/jszip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ JSZip.defaults = require('./defaults');
10571057

10581058
// TODO find a better way to handle this version,
10591059
// a require('package.json').version doesn't work with webpack, see #327
1060-
JSZip.version = "3.2.0";
1060+
JSZip.version = "3.4.0";
10611061

10621062
JSZip.loadAsync = function (content, options) {
10631063
return new JSZip().loadAsync(content, options);

dist/jszip.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ JSZip.defaults = require('./defaults');
4242

4343
// TODO find a better way to handle this version,
4444
// a require('package.json').version doesn't work with webpack, see #327
45-
JSZip.version = "3.3.0";
45+
JSZip.version = "3.4.0";
4646

4747
JSZip.loadAsync = function (content, options) {
4848
return new JSZip().loadAsync(content, options);

0 commit comments

Comments
 (0)