diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2c9d3..3633f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [v0.2.5](https://github.com/mufeng889/react-auto-route/compare/v0.2.4...v0.2.5) (2024-07-28) + +###    🚀 Features + +- **package**: add keywords  -  by **wang** [(5a386)](https://github.com/mufeng889/react-auto-route/commit/5a38670) + +###    📖 Documentation + +- **README**: improve README  -  by **wang** [(8e63f)](https://github.com/mufeng889/react-auto-route/commit/8e63f4f) + +###    ❤️ Contributors + + +[wang](mailto:1509326266@qq.com) + ## [v0.2.4](https://github.com/mufeng889/react-auto-route/compare/v0.2.3...v0.2.4) (2024-07-28) ###    📖 Documentation diff --git a/package.json b/package.json index 39131e6..1347125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh-889/react-auto-route", - "version": "0.2.4", + "version": "0.2.5", "type": "module", "description": "A plugin to create router elegantly", "packageManager": "pnpm@9.1.1",