Skip to content

Commit 65c8456

Browse files
committed
chore(projects): release v1.0.0-beta.3
1 parent 9c0cd61 commit 65c8456

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [v1.0.0-beta.3](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-05-14)
5+
6+
###    🚨 Breaking Changes
7+
8+
- **projects**: refactor `customRoutes` to `reuseRoutes` &nbsp;-&nbsp; by @soybeanjs [<samp>(5c172)</samp>](https://github.com/soybeanjs/elegant-router/commit/5c1724b)
9+
10+
### &nbsp;&nbsp;&nbsp;📖 Documentation
11+
12+
- **projects**: update `customRoutes` to `reuseRoutes` & optimize README &nbsp;-&nbsp; by @soybeanjs [<samp>(9c0cd)</samp>](https://github.com/soybeanjs/elegant-router/commit/9c0cd61)
13+
14+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
15+
16+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
17+
418
## [v1.0.0-beta.2](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-05-14)
519

620
### &nbsp;&nbsp;&nbsp;🚀 Features

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template-vue",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"private": true,
66
"packageManager": "pnpm@10.11.0",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elegant-router",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"packageManager": "pnpm@10.11.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)