Skip to content

Commit 11f0ac8

Browse files
committed
7.2.0
1 parent 9b7a0ad commit 11f0ac8

File tree

15 files changed

+23
-14
lines changed

15 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [7.2.0](https://github.com/Brooooooklyn/snappy/compare/v7.1.2...v7.2.0) (2022-10-05)
2+
3+
4+
### Features
5+
6+
* provide copyOutputData to compatible with electron >= 21 ([772abc9](https://github.com/Brooooooklyn/snappy/commit/772abc94264c212ea3abed5bea27891f0821f175))
7+
8+
9+
110
## [7.1.2](https://github.com/Brooooooklyn/snappy/compare/v7.1.1...v7.1.2) (2022-08-09)
211

312

npm/android-arm-eabi/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-arm-eabi",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"os": [
55
"android"
66
],

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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
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.1.2",
3+
"version": "7.2.0",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)