Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 13, 2021
1 parent e50f287 commit a8b569d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for lzma-native

## 8.0.1, May 13 2021

* [[`5b724c30c1`](https://github.com/addaleax/lzma-native/commit/5b724c30c1)] - More prebuild updates (Anna Henningsen)
* [[`43f11c229b`](https://github.com/addaleax/lzma-native/commit/43f11c229b)] - Try switching to prebuildify (Anna Henningsen)

## 7.0.1, Mar 11 2021

* [[`d9b0b90b66`](https://github.com/addaleax/lzma-native/commit/d9b0b90b66)] - Upgrade to @mapbox/node-pre-gyp (Luis Solorzano)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var native = require('node-gyp-build')(__dirname);
Object.assign(exports, native);

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

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": "8.0.0",
"version": "8.0.1",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit a8b569d

Please sign in to comment.