Skip to content

Commit cd353a8

Browse files
committed
chore(release): zenpix 1.0.1
1 parent 5833385 commit cd353a8

7 files changed

Lines changed: 19 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
(次パッチ以降の差分をここに書く)
88

9+
## [1.0.1] - 2026-05-30
10+
11+
### 修正
12+
13+
- Linux 向け `libpict.so` を vcpkg 静的リンクでビルドするよう CI を変更。
14+
これにより `libavif.so``libwebp.so``libjpeg.so``libpng.so` 等の
15+
システムライブラリへの実行時依存がなくなり、Docker 等の最小イメージでも動作する。
16+
917
## [1.0.0] - 2026-05-25
1018

1119
### 初回リリース

npm/zenpix-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix-darwin-arm64",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "zenpix native binary for macOS Apple Silicon (arm64)",
55
"os": ["darwin"],
66
"cpu": ["arm64"],

npm/zenpix-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix-darwin-x64",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "zenpix native binary for macOS Intel (x64)",
55
"os": ["darwin"],
66
"cpu": ["x64"],

npm/zenpix-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix-linux-arm64",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "zenpix native binary for Linux arm64",
55
"os": ["linux"],
66
"cpu": ["arm64"],

npm/zenpix-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix-linux-x64",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "zenpix native binary for Linux x64",
55
"os": ["linux"],
66
"cpu": ["x64"],

npm/zenpix-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix-win32-x64",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "zenpix native binary for Windows x64",
55
"os": ["win32"],
66
"cpu": ["x64"],

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenpix",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "High-performance image processing engine. Decode, resize, WebP/AVIF/PNG encode.",
55
"type": "module",
66
"main": "js/dist/index.js",
@@ -43,11 +43,11 @@
4343
"url": "https://github.com/tsukasa-art/zenpix.git"
4444
},
4545
"optionalDependencies": {
46-
"zenpix-darwin-arm64": "1.0.0",
47-
"zenpix-darwin-x64": "1.0.0",
48-
"zenpix-linux-x64": "1.0.0",
49-
"zenpix-linux-arm64": "1.0.0",
50-
"zenpix-win32-x64": "1.0.0"
46+
"zenpix-darwin-arm64": "1.0.1",
47+
"zenpix-darwin-x64": "1.0.1",
48+
"zenpix-linux-x64": "1.0.1",
49+
"zenpix-linux-arm64": "1.0.1",
50+
"zenpix-win32-x64": "1.0.1"
5151
},
5252
"dependencies": {
5353
"koffi": "^2.16.0"

0 commit comments

Comments
 (0)