From fc86e128dd61e489672791d13c627cbaaf8a5183 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Feb 2024 20:41:05 +0000 Subject: [PATCH] Version Packages --- .changeset/wicked-squids-argue.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wicked-squids-argue.md diff --git a/.changeset/wicked-squids-argue.md b/.changeset/wicked-squids-argue.md deleted file mode 100644 index 965af9d..0000000 --- a/.changeset/wicked-squids-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@statelyai/inspect": patch ---- - -Do not crash on unhandled inspection event type diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5d841..0b9e5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @statelyai/inspect +## 0.2.4 + +### Patch Changes + +- [#18](https://github.com/statelyai/inspect/pull/18) [`7d569b1`](https://github.com/statelyai/inspect/commit/7d569b111207d2f9999f2cfa9e270b0c93dc9b9c) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Do not crash on unhandled inspection event type + ## 0.2.3 ### Patch Changes diff --git a/package.json b/package.json index 4fe3420..d81d222 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "xstate": "^5.5.1" }, "name": "@statelyai/inspect", - "version": "0.2.3", + "version": "0.2.4", "description": "Inspection utilities for state, actors, workflows, and state machines.", "main": "dist/index.js", "repository": "https://github.com/statelyai/inspect.git",