Skip to content

Commit

Permalink
chore(release): 2.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.4](v2.3.3...v2.3.4) (2022-07-05)

### Bug Fixes

* 路由懒加载时解析到的 route 可能跟当前 location 不一致 ([674266f](674266f))
  • Loading branch information
semantic-release-bot committed Jul 5, 2022
1 parent 674266f commit 3c2e928
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.4](https://github.com/liuweiGL/react-stack-router/compare/v2.3.3...v2.3.4) (2022-07-05)


### Bug Fixes

* 路由懒加载时解析到的 route 可能跟当前 location 不一致 ([674266f](https://github.com/liuweiGL/react-stack-router/commit/674266fb407da4965be5bc145dfeecc5938f09b3))

## [2.3.3](https://github.com/liuweiGL/react-stack-router/compare/v2.3.2...v2.3.3) (2022-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": "react-stack-router",
"version": "2.3.3",
"version": "2.3.4",
"description": "react 手机端路由",
"keywords": [
"react-router",
Expand Down

0 comments on commit 3c2e928

Please sign in to comment.