chore: prepare v1.9.0

- bump project version metadata to v1.9.0
- refresh npm dependencies and lockfiles across frontend, worker, pages, and docs
- link .agents/skills to .claude/skills
This commit is contained in:
Dream Hunter
2026-04-30 02:03:51 +08:00
committed by GitHub
parent 0b17953097
commit 347be5c762
14 changed files with 768 additions and 754 deletions

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v' + '1.8.0',
VERSION: 'v' + '1.9.0',
// DB Version
DB_VERSION_KEY: 'db_version',