Skip to content

Commit

Permalink
package: bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jun 26, 2017
1 parent ed6e7a4 commit 2f57573
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for lzma-native

## 3.0.0, Jun 26 2017

This is unlikely to break anybody’s code, but removing the build files after install might qualify as semver-major.

* [[`cc23c0b51c`](https://github.com/addaleax/lzma-native/commit/cc23c0b51c)] - **build**: rimraf build/ after install (Anna Henningsen)
* [[`ed6e7a4880`](https://github.com/addaleax/lzma-native/commit/ed6e7a4880)] - **ci**: add electron prebuilts again (Anna Henningsen)
* [[`2609f20894`](https://github.com/addaleax/lzma-native/commit/2609f20894)] - **lib**: explicit util.promisify() compat (Anna Henningsen)

## 2.0.4, Jun 25 2017

* [[`0cc00000b3`](https://github.com/addaleax/lzma-native/commit/0cc00000b3)] - **ci**: fix macOS prebuild binaries (Anna Henningsen)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var native = require(binding_path);

Object.assign(exports, native);

exports.version = '2.0.4';
exports.version = '3.0.0';

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": "2.0.4",
"version": "3.0.0",
"engines": {
"node": ">=4"
},
Expand Down

0 comments on commit 2f57573

Please sign in to comment.