diff --git a/.changeset/fast-taxis-smash.md b/.changeset/fast-taxis-smash.md deleted file mode 100644 index 9d332261..00000000 --- a/.changeset/fast-taxis-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fixes issue where raise actions were causing visualizer to crash diff --git a/CHANGELOG.md b/CHANGELOG.md index 515a2deb..6358fc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # XState Visualizer +## 0.9.1 + +### Patch Changes + +- [#422](https://github.com/statelyai/xstate-viz/pull/422) [`10858d2`](https://github.com/statelyai/xstate-viz/commit/10858d2c3efc7073b675582b892fdd8b735e11ef) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Fixes issue where raise actions were causing visualizer to crash + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index 3ed78f76..ea57f50f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-viz-app", - "version": "0.9.0", + "version": "0.9.1", "private": true, "license": "MIT", "dependencies": {