Skip to content

Commit

Permalink
version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed May 7, 2015
1 parent daf2464 commit f52717a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ In order to create empty directories, use `addEmptyDirectory()`.

## Change History

* 2.2.2
* Fix 7-Zip compatibility issue. [pull request #17](https://github.com/thejoshwolfe/yazl/pull/17)
* 2.2.1
* Fix Mac Archive Utility compatibility issue. [issue #14](https://github.com/thejoshwolfe/yazl/issues/14)
* 2.2.0
* Avoid using general purpose bit 3 for `addBuffer()` calls. [issue #13](https://github.com/thejoshwolfe/yazl/issues/13)
* 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yazl",
"version": "2.2.1",
"version": "2.2.2",
"description": "yet another zip library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f52717a

Please sign in to comment.