Skip to content

Commit f79ed56

Browse files
committed
chore(release): publish
- @napi-rs/[email protected]
1 parent aa07979 commit f79ed56

File tree

14 files changed

+35
-25
lines changed

14 files changed

+35
-25
lines changed

packages/binding/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.7.0](https://github.com/Brooooooklyn/Image/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) (2023-09-27)
7+
8+
### Bug Fixes
9+
10+
- mozjpeg compile issue ([12e87c0](https://github.com/Brooooooklyn/Image/commit/12e87c084228f727a507a3168af9fb1d2b9d3c1a))
11+
12+
### Features
13+
14+
- upgrade dependencies ([#50](https://github.com/Brooooooklyn/Image/issues/50)) ([70a168b](https://github.com/Brooooooklyn/Image/commit/70a168b5051f9ba6315009846cc644b1ddfa4a5c))
15+
616
## [1.6.1](https://github.com/Brooooooklyn/Image/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) (2023-03-12)
717

818
### Performance Improvements

packages/binding/npm/android-arm-eabi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-android-arm-eabi",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"android"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/android-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-android-arm64",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"android"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-darwin-arm64",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"darwin"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-darwin-x64",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"darwin"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/freebsd-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-freebsd-x64",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"freebsd"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/linux-arm-gnueabihf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-linux-arm-gnueabihf",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"linux"
66
],
@@ -34,4 +34,4 @@
3434
"access": "public"
3535
},
3636
"repository": "[email protected]:Brooooooklyn/Image.git"
37-
}
37+
}

packages/binding/npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-linux-arm64-gnu",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"linux"
66
],
@@ -41,4 +41,4 @@
4141
"access": "public"
4242
},
4343
"repository": "[email protected]:Brooooooklyn/Image.git"
44-
}
44+
}

packages/binding/npm/linux-arm64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-linux-arm64-musl",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"linux"
66
],
@@ -41,4 +41,4 @@
4141
"access": "public"
4242
},
4343
"repository": "[email protected]:Brooooooklyn/Image.git"
44-
}
44+
}

packages/binding/npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/image-linux-x64-gnu",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"os": [
55
"linux"
66
],
@@ -41,4 +41,4 @@
4141
"access": "public"
4242
},
4343
"repository": "[email protected]:Brooooooklyn/Image.git"
44-
}
44+
}

0 commit comments

Comments
 (0)