diff --git a/CHANGELOG.md b/CHANGELOG.md index 5132f13..73187ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [v0.3.3](https://github.com/mufeng889/react-auto-route/compare/v0.3.2...v0.3.3) (2024-09-08) + +###    🚀 Features + +- **projects**: props are supported just like normal components  -  by **wang** [(c6d3d)](https://github.com/mufeng889/react-auto-route/commit/c6d3d9d) + +###    ❤️ Contributors + + +[wang](mailto:1509326266@qq.com) + ## [v0.3.2](https://github.com/mufeng889/react-auto-route/compare/v0.3.1...v0.3.2) (2024-08-26) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index de679a5..fdfc6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh-889/react-auto-route", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "description": "A plugin to create router elegantly", "packageManager": "pnpm@9.1.1",