Skip to content

Commit 446d727

Browse files
committed
7.0.3
1 parent c89bb2e commit 446d727

File tree

14 files changed

+22
-13
lines changed

14 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.0.3](https://github.com/Brooooooklyn/snappy/compare/v7.0.2...v7.0.3) (2021-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* remove Ref usage to avoid memory leak ([c89bb2e](https://github.com/Brooooooklyn/snappy/commit/c89bb2e278a1f9ad3a2e14c790e069bc699fe492))
7+
8+
9+
110
## [7.0.2](https://github.com/Brooooooklyn/snappy/compare/v7.0.1...v7.0.2) (2021-08-11)
211

312

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-android-arm64",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-darwin-arm64",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-darwin-x64",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"os": [
55
"darwin"
66
],

npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/snappy-freebsd-x64",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"os": [
55
"freebsd"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "7.0.3",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "7.0.3",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "7.0.3",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "7.0.3",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "7.0.3",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)