diff --git a/.changeset/smooth-donkeys-attack.md b/.changeset/smooth-donkeys-attack.md deleted file mode 100644 index 9a0e1da..0000000 --- a/.changeset/smooth-donkeys-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-component-tree": patch ---- - -Fix .hasTag & .matches before interpreter is running diff --git a/CHANGELOG.md b/CHANGELOG.md index a40aaa6..67e7a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.1 + +### Patch Changes + +- [#71](https://github.com/tivac/xstate-component-tree/pull/71) [`00dcf48`](https://github.com/tivac/xstate-component-tree/commit/00dcf4899eb7d9d1cde31f02bad3546b346e39aa) Thanks [@tivac](https://github.com/tivac)! - Fix .hasTag & .matches before interpreter is running + ## 5.0.0 ### Major Changes diff --git a/package.json b/package.json index 584484c..8f92887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-component-tree", - "version": "5.0.0", + "version": "5.0.1", "description": "Build a tree of components based on statechart values", "author": "Pat Cavit ", "license": "MIT",