Skip to content

Commit d063636

Browse files
author
baiwusanyu-c
committed
chore: release v1.3.1
1 parent b19a6dc commit d063636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "🔥 Image compression plugin based on tinypng",
44
"private": false,
55
"type": "module",
6-
"version": "1.3.0",
6+
"version": "1.3.1",
77
"packageManager": "pnpm@9.12.2",
88
"keywords": [
99
"webpack",
@@ -28,7 +28,7 @@
2828
"play:webpack-dev": "pnpm run --filter @unplugin-img-compress/play-webpack start",
2929
"play:webpack-build": "pnpm run --filter @unplugin-img-compress/play-webpack build",
3030
"build": "pnpm run clean && pnpm run --filter @unplugin-img-compress/build build",
31-
"release": "bumpp package.json --commit --push --tag",
31+
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
3232
"clean": "rimraf dist && rimraf packages/unplugin-img-compress/dist",
3333
"prepare": "npx simple-git-hooks",
3434
"test": "pnpm run --filter unplugin-img-compress test",

packages/unplugin-img-compress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "🔥 Image compression plugin based on tinypng",
44
"private": false,
55
"type": "module",
6-
"version": "1.2.0",
6+
"version": "1.3.1",
77
"packageManager": "pnpm@9.7.1",
88
"keywords": [
99
"webpack",

0 commit comments

Comments
 (0)