From e71645a3d4d6adcd983e3e4da459ce216bb6c99f Mon Sep 17 00:00:00 2001 From: Michael Heap Date: Fri, 24 Nov 2023 15:37:26 +0000 Subject: [PATCH] release(trello-cli): 1.0.5 --- .changeset/sixty-icons-compete.md | 10 ---------- packages/trello-cli/CHANGELOG.md | 17 +++++++++++++++++ packages/trello-cli/package.json | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 .changeset/sixty-icons-compete.md diff --git a/.changeset/sixty-icons-compete.md b/.changeset/sixty-icons-compete.md deleted file mode 100644 index f77fb1e..0000000 --- a/.changeset/sixty-icons-compete.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"trello-cli": patch ---- - -Make tests pass on Node 20. - -This is a workaround for a bug in Jest that reports the parent CLI exit code instead of the test suite exit code. - -See https://github.com/jestjs/jest/issues/14501 - diff --git a/packages/trello-cli/CHANGELOG.md b/packages/trello-cli/CHANGELOG.md index 8dd7c0b..ae8f673 100644 --- a/packages/trello-cli/CHANGELOG.md +++ b/packages/trello-cli/CHANGELOG.md @@ -1,5 +1,22 @@ # @trello-cli/cli +## 1.0.5 + +### Patch Changes + +- Updated dependencies + - @trello-cli/cache@1.0.1 + +## 1.0.4 + +### Patch Changes + +- 22e8fbf: Make tests pass on Node 20. + + This is a workaround for a bug in Jest that reports the parent CLI exit code instead of the test suite exit code. + + See https://github.com/jestjs/jest/issues/14501 + ## 1.0.3 ### Patch Changes diff --git a/packages/trello-cli/package.json b/packages/trello-cli/package.json index e82da74..ae78701 100644 --- a/packages/trello-cli/package.json +++ b/packages/trello-cli/package.json @@ -1,6 +1,6 @@ { "name": "trello-cli", - "version": "1.0.3", + "version": "1.0.5", "description": "Access your Trello account using the CLI", "author": "Michael Heap ", "publishConfig": {