diff --git a/.changeset/twelve-sheep-care.md b/.changeset/twelve-sheep-care.md deleted file mode 100644 index 6feacfe0..00000000 --- a/.changeset/twelve-sheep-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xstate/cli": patch ---- - -Reduced success logs to only be printed for files that actually contain machines. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 3a822fa0..314dc36d 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstate/cli +## 0.1.3 + +### Patch Changes + +- [#94](https://github.com/statelyai/xstate-tools/pull/94) [`b648b8e`](https://github.com/statelyai/xstate-tools/commit/b648b8ea0db03c27cbbdd93193f8c482a5a8ad02) Thanks [@Andarist](https://github.com/Andarist)! - Reduced success logs to only be printed for files that actually contain machines. + ## 0.1.2 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 3f0fcf5e..d4c1f534 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xstate/cli", - "version": "0.1.2", + "version": "0.1.3", "bin": { "xstate": "./bin/bin.js" },