Skip to content

Commit c68a91a

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 8d84ac9 commit c68a91a

File tree

15 files changed

+20
-14
lines changed

15 files changed

+20
-14
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.7.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2023-04-28)
7+
8+
### Bug Fixes
9+
10+
- **bcrypt:** type ([a7b33e2](https://github.com/napi-rs/node-rs/commit/a7b33e2e9eee498a25bea34d6d95930d91aa7fd7))
11+
612
# [1.7.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2023-04-28)
713

814
### Bug Fixes

packages/bcrypt/npm/android-arm-eabi/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-arm-eabi",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"android"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"android"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"darwin"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"darwin"
66
],

packages/bcrypt/npm/freebsd-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-freebsd-x64",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"freebsd"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"linux"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"linux"
66
],

packages/bcrypt/npm/linux-arm64-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-arm64-musl",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"linux"
66
],

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.7.0",
3+
"version": "1.7.1",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)