Skip to content

Commit

Permalink
release(trello-cli): 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Nov 24, 2023
1 parent e22456f commit e71645a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/sixty-icons-compete.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/trello-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/trello-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"publishConfig": {
Expand Down

0 comments on commit e71645a

Please sign in to comment.