Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 18, 2023
1 parent 8c46664 commit e52bded
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.0.0

Breaking changes:

* Reimplement yauzl from scratch (various API changes)

Features:

* Validation of CRC32 checksums
* Support Mac OS Archive Utility ZIPs

## 3.0.0

Breaking changes:
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": "yauzl-promise",
"version": "3.0.0",
"version": "4.0.0",
"description": "Unzip library for NodeJS",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e52bded

Please sign in to comment.