Skip to content

Commit

Permalink
0.1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jun 9, 2024
1 parent 31bd832 commit 2eabbb0
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.53](https://github.com/Brooooooklyn/canvas/compare/v0.1.52...v0.1.53) (2024-06-09)


### Bug Fixes

* armv7 segmentfault ([#830](https://github.com/Brooooooklyn/canvas/issues/830)) ([e17e6b6](https://github.com/Brooooooklyn/canvas/commit/e17e6b69c752e738d69896605a7dea2690417ede))
* **deps:** update rust crate infer to 0.16 ([3859fe4](https://github.com/Brooooooklyn/canvas/commit/3859fe43d410e8a7e98884123336e1b19bcd1146))
* **loadImage:** use promise ([#841](https://github.com/Brooooooklyn/canvas/issues/841)) ([e85ceee](https://github.com/Brooooooklyn/canvas/commit/e85ceeea9e21b76dc46bc712bf38557f1bcb8428))
* trigger onerror while svg image is invalid ([#840](https://github.com/Brooooooklyn/canvas/issues/840)) ([31bd832](https://github.com/Brooooooklyn/canvas/commit/31bd832ba9ed17b2f07463f8f788edbdf21683d2))


### Features

* chrome/m116 ([#839](https://github.com/Brooooooklyn/canvas/issues/839)) ([23276d7](https://github.com/Brooooooklyn/canvas/commit/23276d7ccb8c904b4b558767a16d1af1850fa5b7))



## [0.1.52](https://github.com/Brooooooklyn/canvas/compare/v0.1.51...v0.1.52) (2024-04-17)


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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"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.52",
"version": "0.1.53",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2eabbb0

Please sign in to comment.