Skip to content

Commit

Permalink
chore(main): release 2.2.4 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jul 28, 2024
1 parent de9d817 commit b23e0c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.2.4](https://github.com/wellwelwel/poku/compare/v2.2.3...v2.2.4) (2024-07-27)


### Bug Fixes

* always use half of available parallelism ([#611](https://github.com/wellwelwel/poku/issues/611)) ([4c3f289](https://github.com/wellwelwel/poku/commit/4c3f289c1977b05e6d8e784a804b9f5319c3ec2d))
* **cli:** ensure `filter` and `exclude` when expanding glob from shell ([de9d817](https://github.com/wellwelwel/poku/commit/de9d8171a181f9bd6dc0806321a7f1a029b1fd0b))
* **output:** always list files at the end of a test run ([#616](https://github.com/wellwelwel/poku/issues/616)) ([bd47ed4](https://github.com/wellwelwel/poku/commit/bd47ed432bf71c0004bd6445bbf547eeecd1e97a))

## [2.2.3](https://github.com/wellwelwel/poku/compare/v2.2.2...v2.2.3) (2024-07-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poku",
"version": "2.2.3",
"version": "2.2.4",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
"main": "./lib/modules/index.js",
"license": "MIT",
Expand Down

0 comments on commit b23e0c5

Please sign in to comment.