Skip to content

Commit ac9c1a0

Browse files
committed
[release](app) release version 1.4.0
1 parent 23419d8 commit ac9c1a0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

apps/picsharp-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@picsharp/picsharp-app",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"type": "module",
66
"author": "AkiraBit",
77
"license": "AGPL-3.0",

apps/picsharp-app/release-notes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"releases": {
3+
"1.4.0": {
4+
"date": "2025-06-14",
5+
"notes": [
6+
"🆕 Support compressing images or directories from clipboard"
7+
]
8+
},
39
"1.3.0": {
410
"date": "2025-06-10",
511
"notes": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@picsharp/monorepo",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"author": {
66
"name": "AkiraBit",
77
"email": "fengyvxiu@gmail.com"

0 commit comments

Comments
 (0)