Skip to content

Commit 1de310b

Browse files
committed
0.1.56
1 parent dcddfef commit 1de310b

File tree

11 files changed

+21
-10
lines changed

11 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.1.56](https://github.com/Brooooooklyn/canvas/compare/v0.1.55...v0.1.56) (2024-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* `??` is error on node@10 ([#889](https://github.com/Brooooooklyn/canvas/issues/889)) ([366d738](https://github.com/Brooooooklyn/canvas/commit/366d73809d56c2066f878d4240e231920deaaae4))
7+
* adjust the order of onload calls ([#898](https://github.com/Brooooooklyn/canvas/issues/898)) ([df6df8d](https://github.com/Brooooooklyn/canvas/commit/df6df8d0295c4ff8a1c08eb345fa3b5ed78503a7))
8+
* **deps:** update rust crate napi to 3.0.0-alpha ([d692f59](https://github.com/Brooooooklyn/canvas/commit/d692f593b06004a85709e7dd4e8a2e9814f3f2d9))
9+
10+
11+
112
## [0.1.55](https://github.com/Brooooooklyn/canvas/compare/v0.1.54...v0.1.55) (2024-09-04)
213

314

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": "@napi-rs/canvas-android-arm64",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"android"
66
],

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": "@napi-rs/canvas-darwin-arm64",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"darwin"
66
],

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": "@napi-rs/canvas-darwin-x64",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"darwin"
66
],

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": "@napi-rs/canvas-linux-arm-gnueabihf",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"linux"
66
],

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": "@napi-rs/canvas-linux-arm64-gnu",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"linux"
66
],

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": "@napi-rs/canvas-linux-arm64-musl",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"linux"
66
],

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": "@napi-rs/canvas-linux-x64-gnu",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"linux"
66
],

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": "@napi-rs/canvas-linux-x64-musl",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"linux"
66
],

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": "@napi-rs/canvas-win32-x64-msvc",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)