Skip to content

Commit 6c652ca

Browse files
author
LongYinan
committed
chore(release): publish
- @node-rs/[email protected] - @node-rs/[email protected]
1 parent bf41536 commit 6c652ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/crc32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/crc32",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "SIMD crc32",
55
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
66
"author": "LongYinan <[email protected]>",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/Brooooooklyn/node-rs/issues"
2727
},
2828
"dependencies": {
29-
"@node-rs/helper": "^0.1.1"
29+
"@node-rs/helper": "^0.1.2"
3030
},
3131
"devDependencies": {
3232
"@types/crc": "^3.4.0",

packages/helper/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/helper",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Helper library for node-rs",
55
"keywords": ["N-API", "napi", "Rust", "Performance"],
66
"author": "LongYinan <[email protected]>",

0 commit comments

Comments
 (0)