Skip to content

Commit 8604abd

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 36c3ac5 commit 8604abd

File tree

11 files changed

+16
-10
lines changed

11 files changed

+16
-10
lines changed

packages/bcrypt/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.2.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-03-26)
7+
8+
### Features
9+
10+
- **bcrypt:** genSalt and genSaltSync ([b1c9402](https://github.com/napi-rs/node-rs/commit/b1c9402260d5ae609d77d4addce42e881f80e80f))
11+
612
# [1.1.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-02-01)
713

814
### Features

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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.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.1.0",
3+
"version": "1.2.0",
44
"os": ["win32"],
55
"cpu": ["x64"],
66
"main": "bcrypt.win32-x64-msvc.node",

0 commit comments

Comments
 (0)