diff --git a/.changeset/old-scissors-begin.md b/.changeset/old-scissors-begin.md deleted file mode 100644 index 1088fd2..0000000 --- a/.changeset/old-scissors-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@statelyai/inspect": patch ---- - -Safely stringify snapshots from XState events to deal with circular references diff --git a/.changeset/tiny-dancers-relate.md b/.changeset/tiny-dancers-relate.md deleted file mode 100644 index f1bde65..0000000 --- a/.changeset/tiny-dancers-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@statelyai/inspect": patch ---- - -Update to the latest version of XState and move it to peer dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e3ab5..11112f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @statelyai/inspect +## 0.2.1 + +### Patch Changes + +- [#8](https://github.com/statelyai/inspect/pull/8) [`ea5bab4`](https://github.com/statelyai/inspect/commit/ea5bab45c581cb8bf76af0c610258bf1c4250466) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Safely stringify snapshots from XState events to deal with circular references + +- [#9](https://github.com/statelyai/inspect/pull/9) [`12fe68e`](https://github.com/statelyai/inspect/commit/12fe68efd528d63999e157c4711e6b108e650808) Thanks [@mellson](https://github.com/mellson)! - Update to the latest version of XState and move it to peer dependencies. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 525e53a..f3c2cd7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "xstate": "^5.5.1" }, "name": "@statelyai/inspect", - "version": "0.2.0", + "version": "0.2.1", "description": "Inspection utilities for state, actors, workflows, and state machines.", "main": "dist/index.js", "repository": "https://github.com/statelyai/inspect.git",