Skip to content

Commit

Permalink
Merge pull request #1723 from davidkpiano/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano authored Dec 14, 2020
2 parents 4c342de + b289e41 commit 428c3cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-papayas-begin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/xstate-inspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/inspect

## 0.3.0

### Minor Changes

- [`a473205d`](https://github.com/davidkpiano/xstate/commit/a473205d214563033cd250094d2344113755bd8b) [#1699](https://github.com/davidkpiano/xstate/pull/1699) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `@xstate/inspect` tool now uses [`fast-safe-stringify`](https://www.npmjs.com/package/fast-safe-stringify) for internal JSON stringification of machines, states, and events when regular `JSON.stringify()` fails (e.g., due to circular structures).

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/inspect",
"version": "0.2.0",
"version": "0.3.0",
"description": "XState inspection utilities",
"keywords": [
"state",
Expand Down

0 comments on commit 428c3cd

Please sign in to comment.