Skip to content

Commit

Permalink
0.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 17, 2024
1 parent f209603 commit 5f19fee
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.1.54](https://github.com/Brooooooklyn/canvas/compare/v0.1.53...v0.1.54) (2024-08-17)


### Bug Fixes

* **deps:** update rust crate libavif to 0.14 ([d5db090](https://github.com/Brooooooklyn/canvas/commit/d5db090d03bbe3ec7a689c4d6431b992e7f335d8))
* handle relative and invalid URLs in redirects when passing URL to loadImage() ([#866](https://github.com/Brooooooklyn/canvas/issues/866)) ([1666a33](https://github.com/Brooooooklyn/canvas/commit/1666a33d23c779bf5cb6b9fcd4d0cace1ada609b)), closes [#865](https://github.com/Brooooooklyn/canvas/issues/865) [#865](https://github.com/Brooooooklyn/canvas/issues/865)
* image decode should be async ([#872](https://github.com/Brooooooklyn/canvas/issues/872)) ([713ca40](https://github.com/Brooooooklyn/canvas/commit/713ca40d0ec36052a201269dab155b3e07fd7dab))


### Features

* chrome/m118 ([#875](https://github.com/Brooooooklyn/canvas/issues/875)) ([f209603](https://github.com/Brooooooklyn/canvas/commit/f2096037d5b4e05b7676fe65e7506285c52a4370))
* update skia to m127 ([#853](https://github.com/Brooooooklyn/canvas/issues/853)) ([3d60556](https://github.com/Brooooooklyn/canvas/commit/3d60556b2c22fd5f6c6639cbede566bd8b233747))



## [0.1.53](https://github.com/Brooooooklyn/canvas/compare/v0.1.52...v0.1.53) (2024-06-09)


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.53",
"version": "0.1.54",
"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.53",
"version": "0.1.54",
"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.53",
"version": "0.1.54",
"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.53",
"version": "0.1.54",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "0.1.54",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "0.1.54",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "0.1.54",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "0.1.54",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "0.1.54",
"os": [
"win32"
],
Expand Down
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.53",
"version": "0.1.54",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5f19fee

Please sign in to comment.