From d2b9e0e18945e0170fd6928649cfeb8f63567620 Mon Sep 17 00:00:00 2001 From: wang <1509326266@qq.com> Date: Sun, 28 Jul 2024 01:58:08 +0800 Subject: [PATCH] chore(projects): release v0.2.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ff679..9e2c9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [v0.2.4](https://github.com/mufeng889/react-auto-route/compare/v0.2.3...v0.2.4) (2024-07-28) + +###    📖 Documentation + +- **ReadMe**: add zh_CN README  -  by **wang** [(0a82a)](https://github.com/mufeng889/react-auto-route/commit/0a82a8f) + +###    ❤️ Contributors + + +[wang](mailto:1509326266@qq.com) + ## [v0.2.3](https://github.com/mufeng889/react-auto-route/compare/v0.2.2...v0.2.3) (2024-07-27) ###    🚀 Features diff --git a/package.json b/package.json index 0957127..4dc315f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh-889/react-auto-route", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "description": "A plugin to create router elegantly", "packageManager": "pnpm@9.1.1",