Skip to content

Commit 7f9a985

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

File tree

46 files changed

+75
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+75
-45
lines changed

packages/bcrypt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions

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

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

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

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

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

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

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

packages/bcrypt/npm/win32-ia32-msvc/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/bcrypt-win32-ia32-msvc",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": ["win32"],
55
"cpu": ["ia32"],
66
"main": "bcrypt.win32-ia32-msvc.node",

packages/bcrypt/npm/win32-x64-msvc/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/bcrypt-win32-x64-msvc",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": ["win32"],
55
"cpu": ["x64"],
66
"main": "bcrypt.win32-x64-msvc.node",

0 commit comments

Comments
 (0)