From fee91035ccb4345990aca8f21a73b99ddb032221 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Aug 2023 16:24:03 +0000 Subject: [PATCH] Version Packages --- .changeset/happy-rules-work.md | 6 ------ packages/nest-commander/CHANGELOG.md | 7 +++++++ packages/nest-commander/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/happy-rules-work.md 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",