feat: upgrade version to v1.1.0 (#760)

- Update version number to 1.1.0 in all package.json files
- Add v1.1.0 placeholder in CHANGELOG.md

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

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-11-08 13:16:06 +08:00
committed by GitHub
parent b337a44e62
commit 024f9ba430
5 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "1.0.7",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
@@ -11,14 +11,14 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251014.0",
"@cloudflare/workers-types": "^4.20251107.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^22.19.0",
"eslint": "9.18.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.46.2",
"wrangler": "^4.45.3"
"typescript-eslint": "^8.46.3",
"wrangler": "^4.46.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",