Skip to content

Commit 75894fc

Browse files
committed
chore(projects): release v1.3.0
1 parent 248caee commit 75894fc

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,5 +1,15 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/soybeanjs/elegent-router/compare/v1.2.0...v1.3.0) (2026-02-08)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **name**: update condition to check for defineComponent in getComponentOptionsFromInitializer &nbsp;-&nbsp; by @soybeanjs [<samp>(248ca)</samp>](https://github.com/soybeanjs/elegent-router/commit/248caee)
8+
9+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
10+
11+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
12+
313
## [v1.2.0](https://github.com/soybeanjs/elegent-router/compare/v1.1.2...v1.2.0) (2026-02-08)
414

515
### &nbsp;&nbsp;&nbsp;🚀 Features

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-vue",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elegant-router",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A plugin to create router elegantly",
55
"homepage": "https://github.com/soybeanjs/elegant-router",
66
"bugs": {

0 commit comments

Comments
 (0)