diff --git a/.changeset/twelve-tomatoes-cover.md b/.changeset/twelve-tomatoes-cover.md deleted file mode 100644 index 58bf35f..0000000 --- a/.changeset/twelve-tomatoes-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@statelyai/inspect': minor ---- - -The `serialize` option will now pre-serialize the event using `superjson` before the custom serialization. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c52444..e4b510d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @statelyai/inspect +## 0.3.0 + +### Minor Changes + +- [#24](https://github.com/statelyai/inspect/pull/24) [`9cfc0b3`](https://github.com/statelyai/inspect/commit/9cfc0b3d8f6703de46dd030fe271f2516e36d1d1) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `serialize` option will now pre-serialize the event using `superjson` before the custom serialization. + ## 0.2.5 ### Patch Changes diff --git a/package.json b/package.json index 5898816..8a3b89a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "xstate": "^5.9.1" }, "name": "@statelyai/inspect", - "version": "0.2.5", + "version": "0.3.0", "description": "Inspection utilities for state, actors, workflows, and state machines.", "main": "dist/index.js", "repository": "https://github.com/statelyai/inspect.git",