diff --git a/.changeset/shaggy-parrots-juggle.md b/.changeset/shaggy-parrots-juggle.md deleted file mode 100644 index 56fa2aafa2..0000000000 --- a/.changeset/shaggy-parrots-juggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@inlang/cli": patch ---- - -Fix CLI commands not terminating by removing the shutdown wait on `fileQueueSettled`. - -Also silence known non-actionable shutdown noise from background file queue processing when the DB is already closed. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 747d3ffdb4..acfa9dc062 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/cli +## 3.1.6 + +### Patch Changes + +- b8d0b20: Fix CLI commands not terminating by removing the shutdown wait on `fileQueueSettled`. + + Also silence known non-actionable shutdown noise from background file queue processing when the DB is already closed. + ## 3.1.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6208182148..6a357a6f16 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "3.1.5", + "version": "3.1.6", "private": false, "publishConfig": { "access": "public"