Skip to content

Commit 179c9a0

Browse files
committed
Update changelog for 3.10.1
1 parent 61e1df5 commit 179c9a0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ layout: default
44
section: main
55
---
66

7+
### v3.10.1 2022-08-02
8+
9+
- Add sponsorship files.
10+
+ If you appreciate the time spent maintaining JSZip then I would really appreciate [your sponsorship](https://github.com/sponsors/Stuk).
11+
- Consolidate metadata types and expose OnUpdateCallback [#851](https://github.com/Stuk/jszip/pull/851) and [#852](https://github.com/Stuk/jszip/pull/852)
12+
- use `const` instead `var` in example from README.markdown [#828](https://github.com/Stuk/jszip/pull/828)
13+
- Switch manual download link to HTTPS [#839](https://github.com/Stuk/jszip/pull/839)
14+
15+
Internals:
16+
17+
- Replace jshint with eslint [#842](https://github.com/Stuk/jszip/pull/842)
18+
- Add performance tests [#834](https://github.com/Stuk/jszip/pull/834)
19+
720
### v3.10.0 2022-05-20
821

922
- Change setimmediate dependency to more efficient one. Fixes https://github.com/Stuk/jszip/issues/617 (see [#829](https://github.com/Stuk/jszip/pull/829))
@@ -189,4 +202,3 @@ This release changes a lot of methods, please see [the upgrade guide](http://stu
189202
# v1.0.0, 2013-02-14
190203

191204
- First release after a long period without version.
192-

documentation/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you have tested bug fixes or new features, you can open a
6767
2. Run `npm test`
6868
* Locally open http://localhost:8080/test/
6969
* Or use the SauceLabs configuration above
70-
3. Update `JSZip.version` in `index.js` and in `package.json`
70+
3. Update `JSZip.version` in `index.js`, `index.html` and in `package.json`
7171
4. Run `grunt` to generate the new dist files
7272
* undo the package.json change, it was just needed to replace the `__VERSION__` in the header
7373
5. Undo step 1.

0 commit comments

Comments
 (0)