Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Aug 20, 2024
1 parent 4477de1 commit 13c9660
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.5.0](https://github.com/wellwelwel/poku/compare/v2.4.4...v2.5.0) (2024-08-20)


### Features

* **cli:** enforce flags validation ([#699](https://github.com/wellwelwel/poku/issues/699)) ([4477de1](https://github.com/wellwelwel/poku/commit/4477de1d8f08695485ca9b3567124780a7d9bb15))
* **cli:** support camelCase flags (deprecate kebab-case flags) ([#688](https://github.com/wellwelwel/poku/issues/688)) ([203fb45](https://github.com/wellwelwel/poku/commit/203fb451905ddfa5210a916c460ee47802a55852))


### Bug Fixes

* **waitForPort:** ensure process exit after Bun `v1.1.23` ([#689](https://github.com/wellwelwel/poku/issues/689)) ([85b6b3b](https://github.com/wellwelwel/poku/commit/85b6b3bef2a09ae761feeea1846249fc996aa262))

## [2.4.4](https://github.com/wellwelwel/poku/compare/v2.4.3...v2.4.4) (2024-08-14)


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.4.4",
"version": "2.5.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 13c9660

Please sign in to comment.