feat: upgrade version to v1.6.0 (#939)

* feat: upgrade version to v1.6.0

- Update version number to 1.6.0 in all package.json files
- Add v1.6.0 placeholder in CHANGELOG.md and CHANGELOG_EN.md

* docs: update release skill to use bilingual format (zh + en collapsed)

* chore: upgrade dependencies

* fix: correct CHANGELOG placeholder position and update version-upgrade skill

* docs: update version-upgrade skill with correct CHANGELOG placeholder position
This commit is contained in:
Dream Hunter
2026-04-04 19:58:47 +08:00
committed by GitHub
parent f08d062b32
commit 4746983780
12 changed files with 1781 additions and 1484 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ description: Create a GitHub release for cloudflare_temp_email project. Use when
``` ```
Sort by PR number ascending. Sort by PR number ascending.
4. **Compose release body**: Follow the template in [references/release-template.md](references/release-template.md). Key rules: 4. **Compose release body**: Follow the template in [references/release-template.md](references/release-template.md). Key rules:
- Copy changelog sections verbatim (Features, Bug Fixes, Testing, Improvements). Omit empty sections. - Write release body in **bilingual format**: Chinese sections first (from `CHANGELOG.md`), then wrap the English sections (from `CHANGELOG_EN.md`) in `<details><summary>English</summary>...</details>`.
- Copy changelog sections verbatim from both files. Omit empty sections.
- Wrap PRs list in `<details><summary>PRs</summary>...</details>`. - Wrap PRs list in `<details><summary>PRs</summary>...</details>`.
- Always include the cache-clearing discussion link. - Always include the cache-clearing discussion link.
- End with `**Full Changelog**` comparison link. - End with `**Full Changelog**` comparison link.
+1 -1
View File
@@ -30,7 +30,7 @@ description: 升级项目版本号。当用户要求升级版本、更新版本
## CHANGELOG 格式 ## CHANGELOG 格式
中文 (CHANGELOG.md) - 在 `## v{OLD_VERSION}(main)` 之前插入: 中文 (CHANGELOG.md) - 在 `## v{OLD_VERSION}(main)` 之前插入(即语言切换链接 `</p>` 之后)
```markdown ```markdown
## v{VERSION}(main) ## v{VERSION}(main)
+8
View File
@@ -6,6 +6,14 @@
<a href="CHANGELOG_EN.md">English</a> <a href="CHANGELOG_EN.md">English</a>
</p> </p>
## v1.6.0(main)
### Features
### Bug Fixes
### Improvements
## v1.5.0(main) ## v1.5.0(main)
### Features ### Features
+8
View File
@@ -6,6 +6,14 @@
<a href="CHANGELOG_EN.md">English</a> <a href="CHANGELOG_EN.md">English</a>
</p> </p>
## v1.6.0(main)
### Features
### Bug Fixes
### Improvements
## v1.5.0(main) ## v1.5.0(main)
### Features ### Features
+7 -7
View File
@@ -1,6 +1,6 @@
{ {
"name": "cloudflare_temp_email", "name": "cloudflare_temp_email",
"version": "1.5.0", "version": "1.6.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
@@ -28,14 +28,14 @@
"@vueuse/core": "^14.2.1", "@vueuse/core": "^14.2.1",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12", "@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.13.6", "axios": "^1.14.0",
"dompurify": "^3.3.3", "dompurify": "^3.3.3",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"mail-parser-wasm": "^0.2.2", "mail-parser-wasm": "^0.2.2",
"naive-ui": "^2.44.1", "naive-ui": "^2.44.1",
"postal-mime": "^2.7.3", "postal-mime": "^2.7.4",
"vooks": "^0.2.12", "vooks": "^0.2.12",
"vue": "^3.5.30", "vue": "^3.5.32",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-i18n": "^11.3.0", "vue-i18n": "^11.3.0",
"vue-router": "^4.6.4" "vue-router": "^4.6.4"
@@ -43,18 +43,18 @@
"devDependencies": { "devDependencies": {
"@vicons/fa": "^0.13.0", "@vicons/fa": "^0.13.0",
"@vicons/material": "^0.13.0", "@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.5",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"unplugin-auto-import": "^20.3.0", "unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0", "unplugin-vue-components": "^30.0.0",
"vite": "^7.3.1", "vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0", "vite-plugin-pwa": "^1.2.0",
"vite-plugin-top-level-await": "^1.6.0", "vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0", "vite-plugin-wasm": "^3.6.0",
"vitest": "^3.2.4", "vitest": "^3.2.4",
"workbox-build": "^7.4.0", "workbox-build": "^7.4.0",
"workbox-window": "^7.4.0", "workbox-window": "^7.4.0",
"wrangler": "^4.72.0" "wrangler": "^4.80.0"
}, },
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
} }
+817 -527
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "temp-email-pages", "name": "temp-email-pages",
"version": "1.5.0", "version": "1.6.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -11,7 +11,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"wrangler": "^4.72.0" "wrangler": "^4.80.0"
}, },
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
} }
+3 -3
View File
@@ -1,12 +1,12 @@
{ {
"name": "temp-mail-docs", "name": "temp-mail-docs",
"private": true, "private": true,
"version": "1.5.0", "version": "1.6.0",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@types/node": "^25.4.0", "@types/node": "^25.5.2",
"vitepress": "^1.6.4", "vitepress": "^1.6.4",
"wrangler": "^4.72.0" "wrangler": "^4.80.0"
}, },
"scripts": { "scripts": {
"dev": "vitepress dev docs", "dev": "vitepress dev docs",
+364 -364
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "cloudflare_temp_email", "name": "cloudflare_temp_email",
"version": "1.5.0", "version": "1.6.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
@@ -11,23 +11,23 @@
"build": "wrangler deploy --dry-run --outdir dist --minify" "build": "wrangler deploy --dry-run --outdir dist --minify"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20260310.1", "@cloudflare/workers-types": "^4.20260404.1",
"@eslint/js": "9.39.1", "@eslint/js": "9.39.1",
"@types/node": "^25.4.0", "@types/node": "^25.5.2",
"eslint": "9.39.1", "eslint": "9.39.1",
"globals": "^16.5.0", "globals": "^16.5.0",
"typescript-eslint": "^8.57.0", "typescript-eslint": "^8.58.0",
"wrangler": "^4.72.0" "wrangler": "^4.80.0"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "3.888.0", "@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0", "@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "13.2.3", "@simplewebauthn/server": "13.2.3",
"hono": "^4.12.7", "hono": "^4.12.10",
"jsonpath-plus": "^10.4.0", "jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28", "mimetext": "^3.0.28",
"postal-mime": "^2.7.3", "postal-mime": "^2.7.4",
"resend": "^6.9.3", "resend": "^6.10.0",
"telegraf": "4.16.3", "telegraf": "4.16.3",
"worker-mailer": "^1.2.1" "worker-mailer": "^1.2.1"
}, },
+560 -570
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
export const CONSTANTS = { export const CONSTANTS = {
VERSION: 'v' + '1.5.0', VERSION: 'v' + '1.6.0',
// DB Version // DB Version
DB_VERSION_KEY: 'db_version', DB_VERSION_KEY: 'db_version',