Skip to content

Commit 9fa83e0

Browse files
author
LongYinan
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 345fc04 commit 9fa83e0

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

packages/crc32/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+
## [0.5.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-09-08)
7+
8+
### Performance Improvements
9+
10+
- **crc32:** avoid useless typeof ([345fc04](https://github.com/napi-rs/node-rs/commit/345fc04f8b9e4d56b73d51ab4b3254f581fc86cb))
11+
612
# [0.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-09-04)
713

814
**Note:** Version bump only for package @node-rs/crc32

packages/crc32/npm/darwin/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/crc32-darwin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"os": ["darwin"],
55
"main": "crc32.darwin.node",
66
"files": ["crc32.darwin.node"],

packages/crc32/npm/linux-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/crc32-linux-musl",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"os": ["linux-musl"],
55
"main": "crc32.linux-musl.node",
66
"files": ["crc32.linux-musl.node"],

packages/crc32/npm/linux/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/crc32-linux",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"os": ["linux"],
55
"main": "crc32.linux.node",
66
"files": ["crc32.linux.node"],

packages/crc32/npm/win32/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/crc32-win32",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"os": ["win32"],
55
"main": "crc32.win32.node",
66
"files": ["crc32.win32.node"],

packages/crc32/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/crc32",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "SIMD crc32",
55
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
66
"author": "LongYinan <[email protected]>",

0 commit comments

Comments
 (0)