Skip to content

Commit

Permalink
chore(main): release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 3, 2024
1 parent 8f2b6c4 commit 0ddd04f
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.4.0](https://github.com/wellwelwel/poku/compare/v2.3.0...v2.4.0) (2024-08-03)


### Features

* add `--list-files` command line option ([#645](https://github.com/wellwelwel/poku/issues/645)) ([49f6291](https://github.com/wellwelwel/poku/commit/49f62919efab319a8aaeca1f240d64cf85c2e1b6))
* add `--version` command line option ([#643](https://github.com/wellwelwel/poku/issues/643)) ([7051913](https://github.com/wellwelwel/poku/commit/7051913abb40c0fa4b53832d5395b32777784a8b))
* allow multiple args and types to `log` helper ([#646](https://github.com/wellwelwel/poku/issues/646)) ([8f2b6c4](https://github.com/wellwelwel/poku/commit/8f2b6c40325eb7274b902e92f64039d59d83fbf7))

## [2.3.0](https://github.com/wellwelwel/poku/compare/v2.2.4...v2.3.0) (2024-08-01)


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.3.0",
"version": "2.4.0",
"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 0ddd04f

Please sign in to comment.