Skip to content

Commit b2f7d82

Browse files
chore(release): 2.1.0 [skip ci]
# [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))
1 parent da216bb commit b2f7d82

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.1.0](https://github.com/liuweiGL/react-stack-router/compare/v2.0.0...v2.1.0) (2022-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* fix router stack records incorrect ([55e493e](https://github.com/liuweiGL/react-stack-router/commit/55e493eb0d8f9f8bfbc8cbfdda1f34abe7e51b89))
7+
* fix unexpected 404 page rendering on first visit ([36b42c5](https://github.com/liuweiGL/react-stack-router/commit/36b42c5f82d606de2985edb53ad5e4c609ebbade))
8+
9+
10+
### Features
11+
12+
* generic types add default type ([482ff34](https://github.com/liuweiGL/react-stack-router/commit/482ff3449ac7ad6144167fa50ec312d51638ac94))
13+
* make navigateBack's paramater is optional ([23cd52a](https://github.com/liuweiGL/react-stack-router/commit/23cd52ab6b58181b381a1bbf05508633dba68204))
14+
115
# [2.0.0](https://github.com/liuweiGL/react-stack-router/compare/v1.1.4...v2.0.0) (2022-03-19)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stack-router",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "react 手机端路由",
55
"keywords": [
66
"react-router",

0 commit comments

Comments
 (0)