Skip to content

Commit 83ca124

Browse files
committed
chore(release): publish
- @node-rs/argon2@2.0.2 - @node-rs/bcrypt@1.10.7 - @node-rs/crc32@1.10.6 - @node-rs/jieba@2.0.1 - @node-rs/jsonwebtoken@0.5.9 - @node-rs/xxhash@1.7.6
1 parent 1cc05a5 commit 83ca124

12 files changed

+30
-6
lines changed

packages/argon2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.2](https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@2.0.1...@node-rs/argon2@2.0.2) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/argon2
9+
610
## [1.8.3](https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@1.8.2...@node-rs/argon2@1.8.3) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/argon2

packages/argon2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/argon2",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "RustCrypto: Argon2 binding for Node.js",
55
"homepage": "https://github.com/napi-rs/node-rs",
66
"main": "index.js",

packages/bcrypt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10.7](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@1.10.6...@node-rs/bcrypt@1.10.7) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/bcrypt
9+
610
## [1.10.4](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@1.10.3...@node-rs/bcrypt@1.10.4) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/bcrypt

packages/bcrypt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/bcrypt",
3-
"version": "1.10.6",
3+
"version": "1.10.7",
44
"description": "Rust bcrypt binding",
55
"keywords": [
66
"bcrypt",

packages/crc32/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10.6](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.10.5...@node-rs/crc32@1.10.6) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/crc32
9+
610
## [1.10.3](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.10.2...@node-rs/crc32@1.10.3) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/crc32

packages/crc32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/crc32",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "SIMD crc32",
55
"keywords": [
66
"SIMD",

packages/jieba/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.1](https://github.com/napi-rs/node-rs/compare/@node-rs/jieba@2.0.0...@node-rs/jieba@2.0.1) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/jieba
9+
610
## [1.10.3](https://github.com/napi-rs/node-rs/compare/@node-rs/jieba@1.10.2...@node-rs/jieba@1.10.3) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/jieba

packages/jieba/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/jieba",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Fastest Chinese word segmentation in Node.js",
55
"keywords": [
66
"Jieba",

packages/jsonwebtoken/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.5.9](https://github.com/napi-rs/node-rs/compare/@node-rs/jsonwebtoken@0.5.8...@node-rs/jsonwebtoken@0.5.9) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/jsonwebtoken
9+
610
## [0.5.6](https://github.com/napi-rs/node-rs/compare/@node-rs/jsonwebtoken@0.5.5...@node-rs/jsonwebtoken@0.5.6) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/jsonwebtoken

packages/jsonwebtoken/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/jsonwebtoken",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Rust jsonwebtoken binding for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/xxhash/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.7.6](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.7.5...@node-rs/xxhash@1.7.6) (2024-12-05)
7+
8+
**Note:** Version bump only for package @node-rs/xxhash
9+
610
## [1.7.3](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.7.2...@node-rs/xxhash@1.7.3) (2024-04-23)
711

812
**Note:** Version bump only for package @node-rs/xxhash

packages/xxhash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/xxhash",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"description": "Fastest xxhash implementation in Node.js",
55
"keywords": [
66
"hash",

0 commit comments

Comments
 (0)