diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4656c2..b681a13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
+## [v0.3.5](https://github.com/mufeng889/react-auto-route/compare/v0.3.3...v0.3.5) (2024-09-09)
+
+### 🚀 Features
+
+- **projects**: supports add routes without page components - by **wang** [(55698)](https://github.com/mufeng889/react-auto-route/commit/55698c5)
+
+### 🎨 Styles
+
+- **projects**: optimize code style - by **DESKTOP-31IBRMI\Administrator** [(b6e4b)](https://github.com/mufeng889/react-auto-route/commit/b6e4ba8)
+
+### ❤️ Contributors
+
+
+[wang](mailto:1509326266@qq.com)
+
## [v0.3.4](https://github.com/mufeng889/react-auto-route/compare/v0.3.3...v0.3.4) (2024-09-09)
### 🎨 Styles
diff --git a/package.json b/package.json
index f68aad9..e02969f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ohh-889/react-auto-route",
- "version": "0.3.4",
+ "version": "0.3.5",
"type": "module",
"description": "A plugin to create router elegantly",
"packageManager": "pnpm@9.1.1",