diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67ca5c83..0452545f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,48 @@
# Changelog
+## [v0.10.3](https://github.com/honghuangdc/soybean-admin/compare/v0.10.2...v0.10.3) (23-06-15)
+
+### 🐞 Bug Fixes
+
+- **projects**: fix userRoleOptions - by @soybeanjs [(2ca2b)](https://github.com/honghuangdc/soybean-admin/commit/2ca2b76)
+- **styles**: fix toggle-lang bg - by @soybeanjs [(47309)](https://github.com/honghuangdc/soybean-admin/commit/473095b)
+
+### 🔥 Performance
+
+- **projects**:
+ - remove useless code - by @soybeanjs [(eb8e4)](https://github.com/honghuangdc/soybean-admin/commit/eb8e49e)
+ - use transformObjectToOption to generate option of object labels - by @soybeanjs [(da611)](https://github.com/honghuangdc/soybean-admin/commit/da611fb)
+
+### 📖 Documentation
+
+- **projects**:
+ - CHANGELOG.md - by @soybeanjs [(ff5bf)](https://github.com/honghuangdc/soybean-admin/commit/ff5bf62)
+ - generate full CHANGELOG.md - by @soybeanjs [(055d4)](https://github.com/honghuangdc/soybean-admin/commit/055d4cc)
+ - update README.md - by @soybeanjs [(3c7e1)](https://github.com/honghuangdc/soybean-admin/commit/3c7e1cf)
+ - update README.md - by @soybeanjs [(1681c)](https://github.com/honghuangdc/soybean-admin/commit/1681c34)
+ - update README.md picture url - by @soybeanjs [(4eefc)](https://github.com/honghuangdc/soybean-admin/commit/4eefc95)
+ - update README.md - by @soybeanjs [(8f24a)](https://github.com/honghuangdc/soybean-admin/commit/8f24a94)
+ - update CHANGELOG.md by regenerate changelog - by @soybeanjs [(2a9b7)](https://github.com/honghuangdc/soybean-admin/commit/2a9b725)
+
+### 🏡 Chore
+
+- **deps**:
+ - update deps - by @soybeanjs [(f9d47)](https://github.com/honghuangdc/soybean-admin/commit/f9d47c0)
+ - update deps - by @soybeanjs [(47ab0)](https://github.com/honghuangdc/soybean-admin/commit/47ab018)
+ - decrease vite-plugin-page-route - by @soybeanjs [(882f2)](https://github.com/honghuangdc/soybean-admin/commit/882f281)
+ - update deps - by @soybeanjs [(e6abf)](https://github.com/honghuangdc/soybean-admin/commit/e6abf93)
+- **projects**:
+ - remove bumpp & add release script - by @soybeanjs [(a3dfe)](https://github.com/honghuangdc/soybean-admin/commit/a3dfe61)
+ - update @soybeanjs/cli and generate total changelog - by @soybeanjs [(58591)](https://github.com/honghuangdc/soybean-admin/commit/58591f6)
+ - update deps & update unocss deprecated api exclude - by @soybeanjs [(0907d)](https://github.com/honghuangdc/soybean-admin/commit/0907d38)
+ - update deps & update package.json - by @soybeanjs [(0b2f6)](https://github.com/honghuangdc/soybean-admin/commit/0b2f68a)
+ - add vite-plugin-vue-devtools - by @soybeanjs [(c1bee)](https://github.com/honghuangdc/soybean-admin/commit/c1bee40)
+
+### ❤️ Contributors
+
+[](https://github.com/soybeanjs)
+
## [v0.10.2](https://github.com/honghuangdc/soybean-admin/compare/v0.10.1...v0.10.2) (2023-06-01)
### 🐞 Bug Fixes
diff --git a/package.json b/package.json
index a1f1e5d9..4d502e33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "soybean-admin",
- "version": "0.10.2",
+ "version": "0.10.3",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",