diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..2c2bf1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,49 @@
+# Changelog
+
+
+## [v0.0.1](https://github.com/dploc96/vue-naive-admin/compare/undefined...v0.0.1) (2024-09-08)
+
+### 🚀 Features
+
+- **core**:
+ - update project - by @loicduong [(47d5d)](https://github.com/dploc96/vue-naive-admin/commit/47d5d1b)
+ - update project - by @loicduong [(627fe)](https://github.com/dploc96/vue-naive-admin/commit/627fe49)
+ - add show authentication route environment variable - by **locdp** [(ebe45)](https://github.com/dploc96/vue-naive-admin/commit/ebe45a5)
+ - does the configuration support automatic updates - by @loicduong [(72caf)](https://github.com/dploc96/vue-naive-admin/commit/72caf95)
+ - add app error handler #27 - by **loicduong** in https://github.com/dploc96/vue-naive-admin/issues/27 [(5766d)](https://github.com/dploc96/vue-naive-admin/commit/5766d84)
+ - add response to flatRequest when success in @sa/axios - by **loicduong** [(6f72e)](https://github.com/dploc96/vue-naive-admin/commit/6f72e6c)
+ - add runtime config - by **loicduong** [(efbe9)](https://github.com/dploc96/vue-naive-admin/commit/efbe9cb)
+
+### 🐞 Bug Fixes
+
+- **core**:
+ - avoid retrieving cached html #5 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/5 [(06984)](https://github.com/dploc96/vue-naive-admin/commit/06984fa)
+ - remove redundant lint packages #7 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/7 [(94fda)](https://github.com/dploc96/vue-naive-admin/commit/94fda3e)
+ - fix unmet peer eslint #9 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/9 [(7b2eb)](https://github.com/dploc96/vue-naive-admin/commit/7b2ebe8)
+ - avoid retrieving cached HTML #5 - by **locdp** in https://github.com/dploc96/vue-naive-admin/issues/5 [(a38d2)](https://github.com/dploc96/vue-naive-admin/commit/a38d2ca)
+ - fix login redirect - by **locdp** [(ee00b)](https://github.com/dploc96/vue-naive-admin/commit/ee00b75)
+ - fix lint - by @loicduong [(b1dfa)](https://github.com/dploc96/vue-naive-admin/commit/b1dfaa0)
+ - fix vertical-mix-menu when sider collapse #23 - by **locdp** in https://github.com/dploc96/vue-naive-admin/issues/23 [(8870e)](https://github.com/dploc96/vue-naive-admin/commit/8870ebf)
+ - fix breadcrumb when activeMenu is parent menu #25 - by **loicduong** in https://github.com/dploc96/vue-naive-admin/issues/25 [(3f4f2)](https://github.com/dploc96/vue-naive-admin/commit/3f4f2ea)
+ - fix refresh token when meet multi requests - by **loicduong** [(02138)](https://github.com/dploc96/vue-naive-admin/commit/0213814)
+
+### 🛠 Optimizations
+
+- **core**: optimize menu selectedKey - by **loicduong** [(66ab8)](https://github.com/dploc96/vue-naive-admin/commit/66ab892)
+
+### 🏡 Chore
+
+- **core**:
+ - add port env #3 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/3 [(e0e10)](https://github.com/dploc96/vue-naive-admin/commit/e0e10df)
+ - rename the typing folder - by @loicduong [(c1c7a)](https://github.com/dploc96/vue-naive-admin/commit/c1c7a87)
+ - merge constant & enum folders - by @loicduong [(01076)](https://github.com/dploc96/vue-naive-admin/commit/0107624)
+ - update logo #16 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/16 [(1b07a)](https://github.com/dploc96/vue-naive-admin/commit/1b07a9b)
+ - update default proxy #18 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/18 [(1abd7)](https://github.com/dploc96/vue-naive-admin/commit/1abd76e)
+ - remove staging environment #21 - by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/21 [(afdd0)](https://github.com/dploc96/vue-naive-admin/commit/afdd055)
+ - update deps - by @loicduong [(7b6a6)](https://github.com/dploc96/vue-naive-admin/commit/7b6a69f)
+
+### ❤️ Contributors
+
+[![loicduong](https://github.com/loicduong.png?size=48)](https://github.com/loicduong)
+[loicduong](mailto:mikhailcolt@gmail.com), [locdp](mailto:locdp@suga.com.vn),
+
diff --git a/package.json b/package.json
index 00f0ed9..cc4dbe6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vue-naive-admin",
"type": "module",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS.",
"author": {
"name": "Loic Duong",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index d37d32f..88853f2 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 1639e10..db2f1a2 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index df1dffc..4c6f372 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 9f5a408..f4ec38a 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index bf62af2..cba2265 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 7927c96..ecbe901 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 66985db..3c9bd93 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "0.0.0",
+ "version": "0.0.1",
"exports": {
".": "./src/index.ts"
},