We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22456f commit e71645aCopy full SHA for e71645a
.changeset/sixty-icons-compete.md
packages/trello-cli/CHANGELOG.md
@@ -1,5 +1,22 @@
1
# @trello-cli/cli
2
3
+## 1.0.5
4
+
5
+### Patch Changes
6
7
+- Updated dependencies
8
+ - @trello-cli/cache@1.0.1
9
10
+## 1.0.4
11
12
13
14
+- 22e8fbf: Make tests pass on Node 20.
15
16
+ This is a workaround for a bug in Jest that reports the parent CLI exit code instead of the test suite exit code.
17
18
+ See https://github.com/jestjs/jest/issues/14501
19
20
## 1.0.3
21
22
### Patch Changes
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 <m@michaelheap.com>",
"publishConfig": {
0 commit comments