Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-03-20)

### Bug Fixes

* fix router stack records incorrect ([55e493e](55e493e))
* fix unexpected 404 page rendering on first visit ([36b42c5](36b42c5))

### Features

* generic types add default type ([482ff34](482ff34))
* make navigateBack's paramater is optional ([23cd52a](23cd52a))
  • Loading branch information
semantic-release-bot committed Mar 20, 2022
1 parent da216bb commit b2f7d82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/liuweiGL/react-stack-router/compare/v2.0.0...v2.1.0) (2022-03-20)


### Bug Fixes

* fix router stack records incorrect ([55e493e](https://github.com/liuweiGL/react-stack-router/commit/55e493eb0d8f9f8bfbc8cbfdda1f34abe7e51b89))
* fix unexpected 404 page rendering on first visit ([36b42c5](https://github.com/liuweiGL/react-stack-router/commit/36b42c5f82d606de2985edb53ad5e4c609ebbade))


### Features

* generic types add default type ([482ff34](https://github.com/liuweiGL/react-stack-router/commit/482ff3449ac7ad6144167fa50ec312d51638ac94))
* make navigateBack's paramater is optional ([23cd52a](https://github.com/liuweiGL/react-stack-router/commit/23cd52ab6b58181b381a1bbf05508633dba68204))

# [2.0.0](https://github.com/liuweiGL/react-stack-router/compare/v1.1.4...v2.0.0) (2022-03-19)


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.0.0",
"version": "2.1.0",
"description": "react 手机端路由",
"keywords": [
"react-router",
Expand Down

0 comments on commit b2f7d82

Please sign in to comment.