Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Publish 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijisol committed Oct 17, 2024
1 parent f91e69b commit 4bdef94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each

## Change History

- 3.0.1
- Fix ZIP files created on Windows being unusable on Linux/MacOS (missing executable bits on directories)
- 3.0.0
- First release; to avoid version confusion with the original yazl, started with 3.0.0.
- Comments in each file in the archive and the ZIP archive itself are no longer auto-encoded. The comment string must be encoded into a `Buffer` first.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yazlite",
"version": "3.0.0",
"version": "3.0.1",
"description": "Generate ZIP files in Node.js; zero-dependency yazl fork.",
"keywords": [
"zip",
Expand Down

0 comments on commit 4bdef94

Please sign in to comment.