Skip to content

Commit

Permalink
release(version): Release 4.1.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0-beta.2](v4.1.0-beta.1...v4.1.0-beta.2) (2022-11-29)

### feat

* **routing:** history argument is now a function ([5297c8b](5297c8b))
  • Loading branch information
semantic-release-bot committed Nov 29, 2022
1 parent f8b91cd commit 277866f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.1.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2022-11-29)


### feat

* **routing:** history argument is now a function ([5297c8b](https://github.com/koordinates/xstate-tree/commit/5297c8b681a15a41a464f94ae48c888844df50ed))

# [4.1.0-beta.1](https://github.com/koordinates/xstate-tree/compare/v4.0.1...v4.1.0-beta.1) (2022-11-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@koordinates/xstate-tree",
"main": "lib/index.js",
"types": "lib/xstate-tree.d.ts",
"version": "4.1.0-beta.1",
"version": "4.1.0-beta.2",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit 277866f

Please sign in to comment.