Compare commits

...

1 Commits
v0.5.6 ... main

Author SHA1 Message Date
github-actions[bot]
351ba09f4e chore: bump version to 0.5.6 (VERSION + package.json) (#482)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 15:08:41 +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"
} }
} }