Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @node-rs/argon2@2.0.1
 - @node-rs/bcrypt@1.10.6
 - @node-rs/crc32@1.10.5
 - @node-rs/jieba@2.0.0
 - @node-rs/jsonwebtoken@0.5.8
 - @node-rs/xxhash@1.7.5
  • Loading branch information
Brooooooklyn committed Oct 27, 2024
1 parent 579248e commit 0271649
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/argon2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2",
"version": "2.0.0",
"version": "2.0.1",
"description": "RustCrypto: Argon2 binding for Node.js",
"homepage": "https://github.com/napi-rs/node-rs",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt",
"version": "1.10.5",
"version": "1.10.6",
"description": "Rust bcrypt binding",
"keywords": [
"bcrypt",
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32",
"version": "1.10.4",
"version": "1.10.5",
"description": "SIMD crc32",
"keywords": [
"SIMD",
Expand Down
2 changes: 1 addition & 1 deletion packages/jieba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/jieba",
"version": "1.10.4",
"version": "2.0.0",
"description": "Fastest Chinese word segmentation in Node.js",
"keywords": [
"Jieba",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonwebtoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/jsonwebtoken",
"version": "0.5.7",
"version": "0.5.8",
"description": "Rust jsonwebtoken binding for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/xxhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/xxhash",
"version": "1.7.4",
"version": "1.7.5",
"description": "Fastest xxhash implementation in Node.js",
"keywords": [
"hash",
Expand Down

0 comments on commit 0271649

Please sign in to comment.