mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-21 23:44:46 +08:00
feat: upgrade version to v1.10.0 (#1051)
- Update version number to 1.10.0 in all package.json files - Add v1.10.0 placeholder in CHANGELOG.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cloudflare_temp_email",
|
||||
"version": "1.9.0",
|
||||
"version": "1.10.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const CONSTANTS = {
|
||||
VERSION: 'v' + '1.9.0',
|
||||
VERSION: 'v' + '1.10.0',
|
||||
|
||||
// DB Version
|
||||
DB_VERSION_KEY: 'db_version',
|
||||
|
||||
Reference in New Issue
Block a user