Skip to content

Commit

Permalink
version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed Oct 28, 2017
1 parent 44e41e5 commit 3c40b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -585,6 +585,8 @@ This library makes no attempt to interpret the Language Encoding Flag.

## Change History

* 2.9.0
* Throw an exception if `readEntry()` is called without `lazyEntries:true`. Previously this caused undefined behavior. [issue #63](https://github.com/thejoshwolfe/yauzl/issues/63)
* 2.8.0
* Added option `validateEntrySizes`. [issue #53](https://github.com/thejoshwolfe/yauzl/issues/53)
* Added `examples/promises.js`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yauzl",
"version": "2.8.0",
"version": "2.9.0",
"description": "yet another unzip library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3c40b76

Please sign in to comment.