diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8afde188..f83e3e55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,67 @@
# Changelog
+## [v1.3.14](https://github.com/soybeanjs/soybean-admin/compare/v1.3.13...v1.3.14) (2025-06-09)
+
+### 🚀 Features
+
+- **docs**:
+ - add GitCode star badge to README files - by @soybeanjs [(05dc1)](https://github.com/soybeanjs/soybean-admin/commit/05dc11e2)
+ - add DartNode sponsorship badge to README files - by @soybeanjs [(2ed0b)](https://github.com/soybeanjs/soybean-admin/commit/2ed0b648)
+- **projects**:
+ - support vite devtools specify the editor by launchEditor option. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/730 [(29698)](https://github.com/soybeanjs/soybean-admin/commit/29698bef)
+ - clear tabs cache when switching users. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/744 [(1ff4d)](https://github.com/soybeanjs/soybean-admin/commit/1ff4d82d)
+- **theme**:
+ - global search button toggle - by **t8y2** [(75455)](https://github.com/soybeanjs/soybean-admin/commit/75455b00)
+- **types**:
+ - enhance Option type to support customizable label types - by @WgoW and @testbrate in https://github.com/soybeanjs/soybean-admin/issues/735 [(123d2)](https://github.com/soybeanjs/soybean-admin/commit/123d2c90)
+- **utils**:
+ - support quick generation of code templates. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/733 [(8527a)](https://github.com/soybeanjs/soybean-admin/commit/8527aa80)
+
+### 🐞 Bug Fixes
+
+- **auth**:
+ - remove redundant authStore declaration in resetStore function - by @soybeanjs [(c57f8)](https://github.com/soybeanjs/soybean-admin/commit/c57f88aa)
+- **hooks**:
+ - fixed the issue where loading was not properly closed in some cases. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/737 [(85e40)](https://github.com/soybeanjs/soybean-admin/commit/85e40b19)
+ - refactor useCountDown hook for improved countdown logic and clarity. - by **Azir** [(dfb64)](https://github.com/soybeanjs/soybean-admin/commit/dfb647a8)
+- **projects**:
+ - tab closure did not remove cache correctly. - by **Azir** [(7fb5c)](https://github.com/soybeanjs/soybean-admin/commit/7fb5c72f)
+
+### 🛠 Optimizations
+
+- **hooks**:
+ - remove obsolete disabling cache. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/729 [(4e1b6)](https://github.com/soybeanjs/soybean-admin/commit/4e1b65b6)
+ - update detection function to cover the exceptions that occur when the request fails. - by **恕瑞玛的皇帝** [(22218)](https://github.com/soybeanjs/soybean-admin/commit/222187d3)
+- **projects**:
+ - optimize tab deletion logic. closed #755 - by @wenyuanw in https://github.com/soybeanjs/soybean-admin/issues/755 [(e6044)](https://github.com/soybeanjs/soybean-admin/commit/e6044d0f)
+
+### 📖 Documentation
+
+- **README**:
+ - Add supporting ecosystem tools to the open-source repository - by @WgoW and @testbrate in https://github.com/soybeanjs/soybean-admin/issues/740 [(a013e)](https://github.com/soybeanjs/soybean-admin/commit/a013ea2c)
+- **deps**:
+ - update the Vite version of the project description. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/732 [(80486)](https://github.com/soybeanjs/soybean-admin/commit/80486099)
+- **projects**:
+ - update README - by @xiatianYa in https://github.com/soybeanjs/soybean-admin/issues/726 [(3cbaf)](https://github.com/soybeanjs/soybean-admin/commit/3cbaf4f4)
+ - add gitcode link - by @soybeanjs [(f35c2)](https://github.com/soybeanjs/soybean-admin/commit/f35c250a)
+
+### 🏡 Chore
+
+- **deps**:
+ - add vscode recommend plugin close #738 - by @tu6ge in https://github.com/soybeanjs/soybean-admin/issues/739 and https://github.com/soybeanjs/soybean-admin/issues/738 [(61244)](https://github.com/soybeanjs/soybean-admin/commit/61244f0f)
+ - update deps - by @soybeanjs [(41b5f)](https://github.com/soybeanjs/soybean-admin/commit/41b5f493)
+ - update deps - by @soybeanjs [(3e4e1)](https://github.com/soybeanjs/soybean-admin/commit/3e4e17ab)
+
+### 🤖 CI
+
+- **hooks**: remove lint-staged in git hook. close #724 - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/743 and https://github.com/soybeanjs/soybean-admin/issues/724 [(c3abc)](https://github.com/soybeanjs/soybean-admin/commit/c3abc3df)
+
+### ❤️ Contributors
+
+[](https://github.com/soybeanjs) [](https://github.com/wenyuanw) [](https://github.com/Azir-11) [](https://github.com/WgoW) [](https://github.com/testbrate) [](https://github.com/tu6ge) [](https://github.com/xiatianYa)
+[恕瑞玛的皇帝](mailto:2075125282@qq.com), [t8y2](mailto:1156263951@qq.com),
+
## [v1.3.13](https://github.com/soybeanjs/soybean-admin/compare/v1.3.12...v1.3.13) (2025-03-19)
### 🐞 Bug Fixes
diff --git a/package.json b/package.json
index 0a2ef827..b6c09682 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.3.13",
+ "version": "1.3.14",
"description": "A fresh and elegant admin template, based on Vue3、Vite6、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite6、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
diff --git a/packages/alova/package.json b/packages/alova/package.json
index 73270a17..429df283 100644
--- a/packages/alova/package.json
+++ b/packages/alova/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/alova",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts",
"./fetch": "./src/fetch.ts",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index 6313eb34..f249f47f 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 6500ae51..459f5821 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 8cc75bab..f5eb5985 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 5cf486cc..0d757f0e 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index cc8f2408..1c44e08f 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 2bf23d1c..4ed9c796 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.3.13",
+ "version": "1.3.14",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 808dec01..77de4748 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index f6d3376b..454c1f13 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.3.13",
+ "version": "1.3.14",
"exports": {
".": "./src/index.ts"
},