diff --git a/CHANGELOG.md b/CHANGELOG.md index 778dbed..b15622d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.4.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v4.4.0) (2024-01-09) + + +### feat + +* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50) +* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51) +* **core:** xstate v5 support ([4c7a57a](https://github.com/koordinates/xstate-tree/commit/4c7a57ad5842a76aa2a33360f3a81c04eb66ca72)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58) + # [4.4.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v4.4.0-beta.1...v4.4.0-beta.2) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index f434302..7d79ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@koordinates/xstate-tree", - "version": "4.4.0-beta.2", + "version": "4.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@koordinates/xstate-tree", - "version": "4.4.0-beta.2", + "version": "4.4.0", "license": "MIT", "dependencies": { "fast-memoize": "^2.5.2", diff --git a/package.json b/package.json index 6d17312..7afaaaa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@koordinates/xstate-tree", "main": "lib/index.js", "types": "lib/xstate-tree.d.ts", - "version": "4.4.0-beta.2", + "version": "4.4.0", "license": "MIT", "description": "Build UIs with Actors using xstate and React", "keywords": [