diff --git a/.changeset/friendly-pianos-itch.md b/.changeset/friendly-pianos-itch.md deleted file mode 100644 index fe0bd08..0000000 --- a/.changeset/friendly-pianos-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@statelyai/inspect': patch ---- - -Adds `createSkyInspector`, which allows you to inspect machines in Node or the browser. The inspection will send the events to a server backend through websockets and allows you to open and share a live inspection URL. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c09bfb..cb5d841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @statelyai/inspect +## 0.2.3 + +### Patch Changes + +- [#12](https://github.com/statelyai/inspect/pull/12) [`c878733`](https://github.com/statelyai/inspect/commit/c8787338e100f45649b14eae49f3eddacefd7df9) Thanks [@mellson](https://github.com/mellson)! - Adds `createSkyInspector`, which allows you to inspect machines in Node or the browser. The inspection will send the events to a server backend through websockets and allows you to open and share a live inspection URL. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index c34ff5f..4fe3420 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "xstate": "^5.5.1" }, "name": "@statelyai/inspect", - "version": "0.2.2", + "version": "0.2.3", "description": "Inspection utilities for state, actors, workflows, and state machines.", "main": "dist/index.js", "repository": "https://github.com/statelyai/inspect.git",