Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @napi-rs/image@1.7.0
  • Loading branch information
Brooooooklyn committed Sep 27, 2023
1 parent aa07979 commit f79ed56
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 25 deletions.
10 changes: 10 additions & 0 deletions packages/binding/CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.6.1...@napi-rs/image@1.7.0) (2023-09-27)

### Bug Fixes

- mozjpeg compile issue ([12e87c0](https://github.com/Brooooooklyn/Image/commit/12e87c084228f727a507a3168af9fb1d2b9d3c1a))

### Features

- upgrade dependencies ([#50](https://github.com/Brooooooklyn/Image/issues/50)) ([70a168b](https://github.com/Brooooooklyn/Image/commit/70a168b5051f9ba6315009846cc644b1ddfa4a5c))

## [1.6.1](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.6.0...@napi-rs/image@1.6.1) (2023-03-12)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/binding/npm/android-arm-eabi/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm-eabi",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/android-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-android-arm64",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-arm64",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-darwin-x64",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/freebsd-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-freebsd-x64",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"freebsd"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/linux-arm-gnueabihf/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm-gnueabihf",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"linux"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-gnu",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/linux-arm64-musl/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-arm64-musl",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-gnu",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/linux-x64-musl/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-linux-x64-musl",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/win32-ia32-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-ia32-msvc",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"win32"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
4 changes: 2 additions & 2 deletions packages/binding/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image-win32-x64-msvc",
"version": "1.6.1",
"version": "1.7.0",
"os": [
"win32"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "git@github.com:Brooooooklyn/Image.git"
}
}
2 changes: 1 addition & 1 deletion packages/binding/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/image",
"version": "1.6.1",
"version": "1.7.0",
"main": "index.js",
"types": "index.d.ts",
"description": "Image processing library",
Expand Down

1 comment on commit f79ed56

@vercel
Copy link

@vercel vercel bot commented on f79ed56 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

image – ./

image-lynweklm.vercel.app
image-two.vercel.app
image-git-main-lynweklm.vercel.app
image.napi.rs

Please sign in to comment.