feat: upgrade version to v1.2.0 (#784)

* feat: upgrade version to v1.2.0

- Update version number to 1.2.0 in all package.json files
- Add v1.2.0 placeholder in CHANGELOG.md with custom SQL cleanup feature
- Upgrade dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update @unhead/vue import path for v2.x compatibility

Change import from '@unhead/vue' to '@unhead/vue/client' for createHead

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-12-12 00:10:20 +08:00
committed by GitHub
co-authored by Claude
parent b933aef7d9
commit 0f2836eebb
9 changed files with 857 additions and 823 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "temp-mail-docs",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.0",
"vitepress": "^1.6.4",
"wrangler": "^4.53.0"
"wrangler": "^4.54.0"
},
"scripts": {
"dev": "vitepress dev docs",