Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Mar 11, 2021
1 parent e65343e commit 6c1816d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog for lzma-native

## 7.0.1, Mar 11 2021

* [[`d9b0b90b66`](https://github.com/addaleax/lzma-native/commit/d9b0b90b66)] - Upgrade to @mapbox/node-pre-gyp (Luis Solorzano)

## 6.0.1, Apr 23 2020

* [[`d90d2fc354`](https://github.com/addaleax/lzma-native/commit/d90d2fc354)] - **build**: fix package filename for N-API (Anna Henningsen)
Expand Down
2 changes: 1 addition & 1 deletion index.js
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 = '6.0.1';
exports.version = '7.0.1';

var Stream = exports.Stream;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lzma-native",
"version": "7.0.0",
"version": "7.0.1",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 6c1816d

Please sign in to comment.