Skip to content

Commit dd15741

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 086ec11 commit dd15741

File tree

14 files changed

+29
-13
lines changed

14 files changed

+29
-13
lines changed

packages/xxhash/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2021-10-22)
7+
8+
### Features
9+
10+
- **xxhash:** implement xxh3 ([d91293a](https://github.com/napi-rs/node-rs/commit/d91293a675042298b0c5d84e396eadc63916b53a))
11+
- **xxhash:** init xxhash32 and xxhash64 ([5ea38c3](https://github.com/napi-rs/node-rs/commit/5ea38c3bfd9b178f1fa3bc0d2c0ff2f60eae807b))
12+
13+
### Performance Improvements
14+
15+
- **xxhash:** avoid copy input content ([01ef88d](https://github.com/napi-rs/node-rs/commit/01ef88d8295501e8c6dc2ff8647dbe9bf83c05d4))
16+
- **xxhash:** reduce binary size ([086ec11](https://github.com/napi-rs/node-rs/commit/086ec1132885da89ccc07cdf3a9f7708868313c0))

packages/xxhash/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": "@node-rs/xxhash-android-arm64",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["android"],
55
"cpu": ["arm64"],
66
"main": "xxhash.android-arm64.node",

packages/xxhash/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": "@node-rs/xxhash-darwin-arm64",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["darwin"],
55
"cpu": ["arm64"],
66
"main": "xxhash.darwin-arm64.node",

packages/xxhash/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": "@node-rs/xxhash-darwin-x64",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["darwin"],
55
"cpu": ["x64"],
66
"main": "xxhash.darwin-x64.node",

packages/xxhash/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": "@node-rs/xxhash-freebsd-x64",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["freebsd"],
55
"cpu": ["x64"],
66
"main": "xxhash.freebsd-x64.node",

packages/xxhash/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": "@node-rs/xxhash-linux-arm-gnueabihf",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["arm"],
66
"main": "xxhash.linux-arm-gnueabihf.node",

packages/xxhash/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": "@node-rs/xxhash-linux-arm64-gnu",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "xxhash.linux-arm64-gnu.node",

packages/xxhash/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": "@node-rs/xxhash-linux-arm64-musl",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "xxhash.linux-arm64-musl.node",

packages/xxhash/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": "@node-rs/xxhash-linux-x64-gnu",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "xxhash.linux-x64-gnu.node",

packages/xxhash/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": "@node-rs/xxhash-linux-x64-musl",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "xxhash.linux-x64-musl.node",

0 commit comments

Comments
 (0)