Skip to content

Commit dc70c6b

Browse files
committed
chore(projects): release v1.0.2
1 parent d0a379e commit dc70c6b

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.2](https://github.com/soybeanjs/elegant-router/compare/v1.0.1...v1.0.2) (2025-05-15)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **node**: add `getRouteLayout` to options and implement dynamic layout for not found route &nbsp;-&nbsp; by @soybeanjs [<samp>(4afa7)</samp>](https://github.com/soybeanjs/elegant-router/commit/4afa7e9)
9+
10+
### &nbsp;&nbsp;&nbsp;🏡 Chore
11+
12+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(d0a37)</samp>](https://github.com/soybeanjs/elegant-router/commit/d0a379e)
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.1](https://github.com/soybeanjs/elegant-router/compare/v1.0.0...v1.0.1) (2025-05-15)
519

620
### &nbsp;&nbsp;&nbsp;🏡 Chore

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

0 commit comments

Comments
 (0)