diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b507a..9f5ce71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [v0.3.1](https://github.com/mufeng889/react-auto-route/compare/v0.3.0...v0.3.1) (2024-08-25) + +###    🚀 Features + +- **projects**: the attribute of the jump path is changed from redirectTo to redirect  -  by **wang** [(7e762)](https://github.com/mufeng889/react-auto-route/commit/7e7626f) + +###    ❤️ Contributors + + +[wang](mailto:1509326266@qq.com) + ## [v0.3.0](https://github.com/mufeng889/react-auto-route/compare/v0.2.9...v0.3.0) (2024-08-24) ###    🚀 Features diff --git a/package.json b/package.json index 968e4d1..b495c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh-889/react-auto-route", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "A plugin to create router elegantly", "packageManager": "pnpm@9.1.1",