diff --git a/.changeset/hot-students-wink.md b/.changeset/hot-students-wink.md deleted file mode 100644 index 5398eb1c..00000000 --- a/.changeset/hot-students-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-viz-app": patch ---- - -Added support for using setInterval, setTimeout, clearInterval and clearTimeout in the viz. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f6e679..ca163ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # XState Visualizer +## 0.3.1 + +### Patch Changes + +- [#240](https://github.com/statelyai/xstate-viz/pull/240) [`fbb2f00`](https://github.com/statelyai/xstate-viz/commit/fbb2f006aebe5a0413f62274666cb69dcd00d0bc) Thanks [@mattpocock](https://github.com/mattpocock)! - Added support for using setInterval, setTimeout, clearInterval and clearTimeout in the viz. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index eb93b9cb..ad76d1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-viz-app", - "version": "0.3.0", + "version": "0.3.1", "private": true, "dependencies": { "@chakra-ui/icons": "^1.0.13",