Skip to content

Commit

Permalink
0.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Apr 17, 2024
1 parent 3d659af commit 380efc2
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.1.52](https://github.com/Brooooooklyn/canvas/compare/v0.1.51...v0.1.52) (2024-04-17)


### Bug Fixes

* drawImage with exif orientation ([#814](https://github.com/Brooooooklyn/canvas/issues/814)) ([a54cd33](https://github.com/Brooooooklyn/canvas/commit/a54cd33cb86d3670c31defdb2d2bd1ecdbba1a31))
* negative letter spacing ([#813](https://github.com/Brooooooklyn/canvas/issues/813)) ([11ab7e2](https://github.com/Brooooooklyn/canvas/commit/11ab7e2f4239e0456e5b4169f744b71d504cfce0))


### Features

* chrome/m125 ([#815](https://github.com/Brooooooklyn/canvas/issues/815)) ([7edc894](https://github.com/Brooooooklyn/canvas/commit/7edc894dd531313f0a75ebafca1f1448a1829baf))



## [0.1.51](https://github.com/Brooooooklyn/canvas/compare/v0.1.50...v0.1.51) (2024-03-04)


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

0 comments on commit 380efc2

Please sign in to comment.