Skip to content

Commit d38a865

Browse files
committed
chore(projects): release v1.0.0-rc.1
1 parent 65c8456 commit d38a865

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33

4+
## [v1.0.0-rc.1](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-beta.3...v1.0.0-rc.1) (2025-05-14)
5+
6+
###    ❤️ Contributors
7+
48
## [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)
59

610
###    🚨 Breaking Changes

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.3",
4+
"version": "1.0.0-rc.1",
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.3",
4+
"version": "1.0.0-rc.1",
55
"packageManager": "pnpm@10.11.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)