-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.9.1](https://github.com/Brooooooklyn/Image/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) (2024-02-22) | ||
|
||
### Bug Fixes | ||
|
||
- **image:** wasm fallback logic in js-binding file ([#88](https://github.com/Brooooooklyn/Image/issues/88)) ([304227a](https://github.com/Brooooooklyn/Image/commit/304227ac2b717132722f442c83ed8be6c8c122c4)) | ||
|
||
# [1.9.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) (2024-02-19) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-android-arm64", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-darwin-arm64", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-darwin-x64", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"x64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-freebsd-x64", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"x64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-linux-arm-gnueabihf", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"arm" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-linux-arm64-gnu", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-linux-arm64-musl", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-linux-x64-gnu", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"x64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-linux-x64-musl", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"x64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-wasm32-wasi", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"wasm32" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-win32-ia32-msvc", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"ia32" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@napi-rs/image-win32-x64-msvc", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"cpu": [ | ||
"x64" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters