Skip to content

Commit f28384a

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

File tree

14 files changed

+19
-13
lines changed

14 files changed

+19
-13
lines changed

packages/xxhash/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-11-15)
7+
8+
### Bug Fixes
9+
10+
- **xxhash:** Xxh3 type defination ([#550](https://github.com/napi-rs/node-rs/issues/550)) ([f69a7a1](https://github.com/napi-rs/node-rs/commit/f69a7a1723bf2d71c4d0c1be3039c72614b39df5))
11+
612
# 1.0.0 (2021-10-22)
713

814
### Features

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

0 commit comments

Comments
 (0)