Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 26, 2018
1 parent bb6bfe0 commit f6a0756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for lzma-native

## 4.0.2, Oct 26 2018

* [[`bb6bfe0988`](https://github.com/addaleax/lzma-native/commit/bb6bfe0988)] - **package**: update node-pre-gyp to 0.11.0 (webcarrot) [#68](https://github.com/addaleax/lzma-native/pull/68)

## 4.0.1, Jul 26 2018

* [[`93b50cc2f7`](https://github.com/addaleax/lzma-native/commit/93b50cc2f7)] - **package**: fix rimraf invocation in install script (webcarrot) [#63](https://github.com/addaleax/lzma-native/pull/63)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var native = require(binding_path);
Object.assign(exports, native);

// Please do not update this version except as part of a release commit.
exports.version = '4.0.1';
exports.version = '4.0.2';

var Stream = exports.Stream;

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": "lzma-native",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.0.0"
},
Expand Down

0 comments on commit f6a0756

Please sign in to comment.