diff --git a/.changeset/happy-rules-work.md b/.changeset/happy-rules-work.md deleted file mode 100644 index 34d32179..00000000 --- a/.changeset/happy-rules-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'nest-commander': patch ---- - -The CommandRunnerService now re-throws the error regardless of the contents, it -just adds a new log above the error as well diff --git a/packages/nest-commander/CHANGELOG.md b/packages/nest-commander/CHANGELOG.md index 32c673c0..81b59bde 100644 --- a/packages/nest-commander/CHANGELOG.md +++ b/packages/nest-commander/CHANGELOG.md @@ -1,5 +1,12 @@ # nest-commander +## 3.11.1 + +### Patch Changes + +- 8cc3109: The CommandRunnerService now re-throws the error regardless of the contents, it + just adds a new log above the error as well + ## 3.11.0 ### Minor Changes diff --git a/packages/nest-commander/package.json b/packages/nest-commander/package.json index 53415946..02c1fe02 100644 --- a/packages/nest-commander/package.json +++ b/packages/nest-commander/package.json @@ -1,6 +1,6 @@ { "name": "nest-commander", - "version": "3.11.0", + "version": "3.11.1", "description": "A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.", "repository": { "type": "github",