Skip to content

Commit 7af7748

Browse files
committed
chore(projects): release v1.0.1
1 parent 5730027 commit 7af7748

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

33

4+
## [v1.0.1](https://github.com/soybeanjs/elegant-router/compare/v1.0.0...v1.0.1) (2025-05-15)
5+
6+
###    🏡 Chore
7+
8+
- **package**: remove unused `prepare` script from package.json &nbsp;-&nbsp; by @soybeanjs [<samp>(57300)</samp>](https://github.com/soybeanjs/elegant-router/commit/5730027)
9+
10+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
11+
12+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
13+
414
## [v1.0.0](https://github.com/soybeanjs/elegant-router/compare/v0.3.8...v1.0.0) (2025-05-14)
515

616
### &nbsp;&nbsp;&nbsp;🚨 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",
4+
"version": "1.0.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",
4+
"version": "1.0.1",
55
"packageManager": "pnpm@10.11.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)