diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ef69f..9b43e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [v0.2.8](https://github.com/mufeng889/react-auto-route/compare/v0.2.7...v0.2.8) (2024-08-01) + +###    🚀 Features + +- **projects**: supplementary type declaration  -  by **wang** [(43242)](https://github.com/mufeng889/react-auto-route/commit/43242d4) + +###    ❤️ Contributors + + +[wang](mailto:1509326266@qq.com) + ## [v0.2.7](https://github.com/mufeng889/react-auto-route/compare/v0.2.6...v0.2.7) (2024-08-01) ###    🚀 Features diff --git a/package.json b/package.json index 8be671a..563aa87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh-889/react-auto-route", - "version": "0.2.7", + "version": "0.2.8", "type": "module", "description": "A plugin to create router elegantly", "packageManager": "pnpm@9.1.1",