Skip to content

Commit c20f65d

Browse files
committed
7.0.1
1 parent 6dc09af commit c20f65d

File tree

14 files changed

+22
-13
lines changed

14 files changed

+22
-13
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.0.1](https://github.com/Brooooooklyn/snappy/compare/v7.0.0...v7.0.1) (2021-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* native binding package name ([6dc09af](https://github.com/Brooooooklyn/snappy/commit/6dc09af844700875dd1594fb70ec3b3af37de78b))
7+
8+
9+
110
# [7.0.0](https://github.com/Brooooooklyn/snappy/compare/v1.0.2...v7.0.0) (2021-08-04)
211

312
Change package name to `snappy` [#16](https://github.com/Brooooooklyn/snappy/issues/16) .

npm/android-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-android-arm64",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-darwin-arm64",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-darwin-x64",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"darwin"
66
],

npm/freebsd-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-freebsd-x64",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"freebsd"
66
],

npm/linux-arm-gnueabihf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-linux-arm-gnueabihf",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-linux-arm64-gnu",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-linux-arm64-musl",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-linux-x64-gnu",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-linux-x64-musl",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"linux"
66
],

npm/win32-arm64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-win32-arm64-msvc",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"win32"
66
],

npm/win32-ia32-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-win32-ia32-msvc",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"win32"
66
],

npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-win32-x64-msvc",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"os": [
55
"win32"
66
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snappy",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Fastest Snappy compression library in Node.js",
55
"main": "index.js",
66
"repository": "https://github.com/Brooooooklyn/snappy",

0 commit comments

Comments
 (0)