Compare commits

...

1 Commits
main ... v0.5.6

Author SHA1 Message Date
github-actions[bot]
b392b747b6 chore: bump version to 0.5.6 (VERSION + package.json) 2026-01-29 15:08:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
0.5.5 0.5.6

View File

@@ -1,6 +1,6 @@
{ {
"name": "pve-scripts-local", "name": "pve-scripts-local",
"version": "0.1.0", "version": "0.5.6",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
@@ -106,4 +106,4 @@
"prismjs": "^1.30.0", "prismjs": "^1.30.0",
"hono": ">=4.11.7" "hono": ">=4.11.7"
} }
} }