Skip to content

Commit

Permalink
0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 14, 2023
1 parent d7e14cf commit cd19e76
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 24 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## [0.1.38](https://github.com/Brooooooklyn/canvas/compare/v0.1.37...v0.1.38) (2023-03-11)

## [0.1.39](https://github.com/Brooooooklyn/canvas/compare/v0.1.38...v0.1.39) (2023-03-14)

### Bug Fixes

* **deps:** update rust crate infer to 0.13 ([bad913c](https://github.com/Brooooooklyn/canvas/commit/bad913cb4a85b563fd02212269e2801956271a86))
- set empty src to Image ([#649](https://github.com/Brooooooklyn/canvas/issues/649)) ([d7e14cf](https://github.com/Brooooooklyn/canvas/commit/d7e14cf4fff6fb92fafc03877b0976f71a2fc5e4))

## [0.1.38](https://github.com/Brooooooklyn/canvas/compare/v0.1.37...v0.1.38) (2023-03-11)

### Features
### Bug Fixes

* skia/m112 ([#648](https://github.com/Brooooooklyn/canvas/issues/648)) ([439a3c5](https://github.com/Brooooooklyn/canvas/commit/439a3c59beb0cc111d8de46048f3a131aec4337b))
- **deps:** update rust crate infer to 0.13 ([bad913c](https://github.com/Brooooooklyn/canvas/commit/bad913cb4a85b563fd02212269e2801956271a86))

### Features

- skia/m112 ([#648](https://github.com/Brooooooklyn/canvas/issues/648)) ([439a3c5](https://github.com/Brooooooklyn/canvas/commit/439a3c59beb0cc111d8de46048f3a131aec4337b))

## [0.1.37](https://github.com/Brooooooklyn/canvas/compare/v0.1.36...v0.1.37) (2023-02-27)

Expand Down
4 changes: 2 additions & 2 deletions 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.38",
"version": "0.1.39",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions 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.38",
"version": "0.1.39",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions 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.38",
"version": "0.1.39",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions 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.38",
"version": "0.1.39",
"os": [
"linux"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
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.38",
"version": "0.1.39",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "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.38",
"version": "0.1.39",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "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.38",
"version": "0.1.39",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "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.38",
"version": "0.1.39",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "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.38",
"version": "0.1.39",
"os": [
"win32"
],
Expand Down Expand Up @@ -35,4 +35,4 @@
"access": "public"
},
"repository": "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.38",
"version": "0.1.39",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": "https://github.com/Brooooooklyn/canvas.git",
Expand Down

0 comments on commit cd19e76

Please sign in to comment.