diff --git a/.changeset/kind-meals-jog.md b/.changeset/kind-meals-jog.md deleted file mode 100644 index 37973b02..00000000 --- a/.changeset/kind-meals-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstate/cli': patch ---- - -Fixed an issue with typegen files being sometimes generated when they shouldn't be. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 11a0cb98..b0fa2825 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstate/cli +## 0.5.1 + +### Patch Changes + +- [#341](https://github.com/statelyai/xstate-tools/pull/341) [`be2caea`](https://github.com/statelyai/xstate-tools/commit/be2caeae0cfd48609701d1375e7662074751df6b) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with typegen files being sometimes generated when they shouldn't be. + ## 0.5.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index af220a6f..271e9d52 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xstate/cli", - "version": "0.5.0", + "version": "0.5.1", "bin": { "xstate": "./bin/bin.js" },