Skip to content

Commit

Permalink
0.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 4, 2024
1 parent 84fd52f commit b049717
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.1.51](https://github.com/Brooooooklyn/canvas/compare/v0.1.50...v0.1.51) (2024-03-04)


### Bug Fixes

* **deps:** update rust crate base64 to 0.22 ([84fd52f](https://github.com/Brooooooklyn/canvas/commit/84fd52fa448607ce4cbdf45dc3513b0baa2479a5))
* remove postinstall script for gnu/musl platform ([#797](https://github.com/Brooooooklyn/canvas/issues/797)) ([d37da08](https://github.com/Brooooooklyn/canvas/commit/d37da08b8c2620d9895ac9b0050ab1bf654f284e))



## [0.1.50](https://github.com/Brooooooklyn/canvas/compare/v0.1.49...v0.1.50) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-android-arm64",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-arm64",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-x64",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"linux"
],
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-gnu",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"linux"
],
Expand Down Expand Up @@ -40,4 +40,4 @@
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-musl",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"linux"
],
Expand Down Expand Up @@ -40,4 +40,4 @@
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-gnu",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"linux"
],
Expand Down Expand Up @@ -40,4 +40,4 @@
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-musl",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"linux"
],
Expand Down Expand Up @@ -40,4 +40,4 @@
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-win32-x64-msvc",
"version": "0.1.50",
"version": "0.1.51",
"os": [
"win32"
],
Expand Down Expand Up @@ -38,4 +38,4 @@
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas",
"version": "0.1.50",
"version": "0.1.51",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b049717

Please sign in to comment.