Skip to content

Commit

Permalink
version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed Oct 30, 2017
1 parent a841d90 commit 7d619bf
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.1
* Remove `console.log()` accidentally introduced in 2.9.0. [issue #64](https://github.com/thejoshwolfe/yauzl/issues/64)
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yauzl",
"version": "2.9.0",
"version": "2.9.1",
"description": "yet another unzip library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7d619bf

Please sign in to comment.