Skip to content

Commit

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

### chore

* **view:** deprecate inState ([4c8ad20](4c8ad20)), closes [#33](#33)

### feat

* **builders:** builders 2.0 ([f285acd](f285acd)), closes [#14](#14)
  • Loading branch information
semantic-release-bot committed Nov 29, 2022
1 parent 44b20d9 commit 0b8fb22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.1.0-beta.1](https://github.com/koordinates/xstate-tree/compare/v4.0.1...v4.1.0-beta.1) (2022-11-29)


### chore

* **view:** deprecate inState ([4c8ad20](https://github.com/koordinates/xstate-tree/commit/4c8ad20fc0386566ecedd82d7ddef47d33f6bfa7)), closes [#33](https://github.com/koordinates/xstate-tree/issues/33)


### feat

* **builders:** builders 2.0 ([f285acd](https://github.com/koordinates/xstate-tree/commit/f285acdde07e277bff84698cdcf71bea3b2c8abc)), closes [#14](https://github.com/koordinates/xstate-tree/issues/14)

## [4.0.1](https://github.com/koordinates/xstate-tree/compare/v4.0.0...v4.0.1) (2022-11-10)


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.0.1",
"version": "4.1.0-beta.1",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit 0b8fb22

Please sign in to comment.