chore(release): publish

- @napi-rs/image@1.4.2
This commit is contained in:
LongYinan 2022-12-20 18:55:39 +08:00
parent b695642560
commit f04033cfe1
No known key found for this signature in database
GPG Key ID: C3666B7FC82ADAD7
14 changed files with 19 additions and 13 deletions

View File

@ -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.4.2](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.4.1...@napi-rs/image@1.4.2) (2022-12-20)
### Bug Fixes
- **binding:** early return when input images are optimized ([#28](https://github.com/Brooooooklyn/Image/issues/28)) ([b695642](https://github.com/Brooooooklyn/Image/commit/b695642560e5aa43741e6a166119aa7b6d55145f))
## [1.4.1](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.4.0...@napi-rs/image@1.4.1) (2022-10-07)
**Note:** Version bump only for package @napi-rs/image

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm-eabi",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"android"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm64",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"android"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-arm64",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-x64",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-freebsd-x64",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"freebsd"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm-gnueabihf",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-gnu",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-musl",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-gnu",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-musl",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-ia32-msvc",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-x64-msvc",
"version": "1.4.1",
"version": "1.4.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/image",
"version": "1.4.1",
"version": "1.4.2",
"main": "index.js",
"types": "index.d.ts",
"description": "Image processing library",