Skip to content

Commit e71645a

Browse files
committed
release(trello-cli): 1.0.5
1 parent e22456f commit e71645a

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.changeset/sixty-icons-compete.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/trello-cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @trello-cli/cli
22

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+
### Patch Changes
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+
320
## 1.0.3
421

522
### Patch Changes

packages/trello-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trello-cli",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"description": "Access your Trello account using the CLI",
55
"author": "Michael Heap <[email protected]>",
66
"publishConfig": {

0 commit comments

Comments
 (0)