diff --git a/.changeset/happy-bugs-sip.md b/.changeset/happy-bugs-sip.md deleted file mode 100644 index 3230b19..0000000 --- a/.changeset/happy-bugs-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflowfiesta/cli": patch ---- - -exit process after upgrade completion diff --git a/CHANGELOG.md b/CHANGELOG.md index d52c91b..93a33ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflowfiesta/cli +## 0.8.1 + +### Patch Changes + +- [#59](https://github.com/fiestatools/workflowfiesta-cli/pull/59) [`45c9f30`](https://github.com/fiestatools/workflowfiesta-cli/commit/45c9f30c11490cf5eabfd32179035f528a661d93) Thanks [@awaitimport](https://github.com/awaitimport)! - exit process after upgrade completion + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index d212a84..ddb4f5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workflowfiesta/cli", "type": "module", - "version": "0.8.0", + "version": "0.8.1", "private": true, "description": "WorkflowFiesta CLI - Terminal interface for WorkflowFiesta AI agents", "license": "SEE LICENSE IN LICENSE",