Skip to content

Commit 54e1654

Browse files
release(version): Release 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2022-11-03) ### fix * **routing:** redirects replace history instead of pushing ([2735fec](2735fec))
1 parent 2735fec commit 54e1654

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/koordinates/xstate-tree/compare/v3.0.0...v3.0.1) (2022-11-03)
2+
3+
4+
### fix
5+
6+
* **routing:** redirects replace history instead of pushing ([2735fec](https://github.com/koordinates/xstate-tree/commit/2735fec3c49e1f844b3b860f7e170cb0858db8ae))
7+
18
# [3.0.0](https://github.com/koordinates/xstate-tree/compare/v2.0.11...v3.0.0) (2022-11-03)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@koordinates/xstate-tree",
33
"main": "lib/index.js",
44
"types": "lib/xstate-tree.d.ts",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)