Skip to content

Commit 20bafa8

Browse files
committed
chore(release): publish
- @node-rs/[email protected] - @node-rs/[email protected]
1 parent 0e5f172 commit 20bafa8

File tree

30 files changed

+38
-28
lines changed

30 files changed

+38
-28
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+
## [1.3.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-12-23)
7+
8+
### Bug Fixes
9+
10+
- **crc32:** remove ExternalObject definition ([0e5f172](https://github.com/napi-rs/node-rs/commit/0e5f172ac1ce323afb44fc37dc54540c7427c7a7))
11+
612
# [1.3.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-12-22)
713

814
### Features

packages/crc32/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/crc32-android-arm-eabi",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"android"
66
],

packages/crc32/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/crc32-android-arm64",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"android"
66
],

packages/crc32/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/crc32-darwin-arm64",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"darwin"
66
],

packages/crc32/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/crc32-darwin-x64",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"darwin"
66
],

packages/crc32/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/crc32-freebsd-x64",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"freebsd"
66
],

packages/crc32/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/crc32-linux-arm-gnueabihf",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"linux"
66
],

packages/crc32/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/crc32-linux-arm64-gnu",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"linux"
66
],

packages/crc32/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/crc32-linux-arm64-musl",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"linux"
66
],

packages/crc32/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/crc32-linux-x64-gnu",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)