Skip to content

Commit e1e250e

Browse files
committed
release(app) release version 1.5.0
1 parent ce55ad8 commit e1e250e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.4.0",
4+
"version": "1.5.0",
55
"type": "module",
66
"author": "AkiraBit",
77
"license": "AGPL-3.0",

apps/picsharp-app/release-notes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"releases": {
3+
"1.5.0": {
4+
"date": "2025-07-09",
5+
"notes": [
6+
"⚙️ Refactor \"Watch & Auto-Compress\", enhance stability and fault tolerance under different operating systems.",
7+
"🐛 Fix some known bugs."
8+
]
9+
},
310
"1.4.0": {
411
"date": "2025-06-14",
512
"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.4.0",
4+
"version": "1.5.0",
55
"author": {
66
"name": "AkiraBit",
77
"email": "fengyvxiu@gmail.com"

0 commit comments

Comments
 (0)