Skip to content

Commit

Permalink
Fix typos in changelog and update publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed May 20, 2022
1 parent 3083759 commit 1e7c2d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ section: main

### v3.10.0 2022-05-20

- Change setimmediate dependency to more efficient one. Fixes https://github.com/Stuk/jszip/issues/617 (see [#829](https://github.com/Stuk/jszip/pull/829)
- Update types of `currentFile` metadata to include `null` (see [#826](https://github.com/Stuk/jszip/pull/826)
- Change setimmediate dependency to more efficient one. Fixes https://github.com/Stuk/jszip/issues/617 (see [#829](https://github.com/Stuk/jszip/pull/829))
- Update types of `currentFile` metadata to include `null` (see [#826](https://github.com/Stuk/jszip/pull/826))

### v3.9.1 2022-04-06

Expand Down
11 changes: 6 additions & 5 deletions documentation/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ If you have tested bug fixes or new features, you can open a
3. Update `JSZip.version` in `index.js` and in `package.json`
4. Run `grunt` to generate the new dist files
* undo the package.json change, it was just needed to replace the `__VERSION__` in the header
5. Undo step 1. and change version back.
6. Update CHANGES.md
6. Commit the appropriate changes
7. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
8. Run npm publish
5. Undo step 1.
6. Change version back in `package.json` (it will get update by the npm command below)
7. Update CHANGES.md
8. Commit the appropriate changes
9. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
10. Run npm publish

0 comments on commit 1e7c2d7

Please sign in to comment.