Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent d5bc0f9 commit de155b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.3.0](https://github.com/miaoxing/mxjs-router/compare/v0.2.16...v0.3.0) (2024-05-01)


### Features

* **router:** 允许通过 `component` 指定链接的组件 ([d5bc0f9](https://github.com/miaoxing/mxjs-router/commit/d5bc0f93ec555d378ec2265ab3ffe9af7e230e9c))
* 更新 `react-router` 到 v6 ([5c86047](https://github.com/miaoxing/mxjs-router/commit/5c86047d0681c12e7000f89a2d5bf63cb4134247))


### BREAKING CHANGES

* 更新 `react-router` 到 v6

## [0.2.16](https://github.com/miaoxing/mxjs-router/compare/v0.2.15...v0.2.16) (2024-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/router",
"version": "0.2.16",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit de155b4

Please sign in to comment.