Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jul 22, 2024
1 parent babd214 commit 93692b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://github.com/wellwelwel/poku/compare/v2.1.0...v2.2.0) (2024-07-22)


### Features

* support for short and alternative flags ([#568](https://github.com/wellwelwel/poku/issues/568)) ([ee1800f](https://github.com/wellwelwel/poku/commit/ee1800f8f177937cc2f3ddc12ad15c43eda1c26f))


### Bug Fixes

* typings of `it()` and `test()` helpers ([#582](https://github.com/wellwelwel/poku/issues/582)) ([babd214](https://github.com/wellwelwel/poku/commit/babd21475b663fb66bc512a21a1b38d79c278f69))

## [2.1.0](https://github.com/wellwelwel/poku/compare/v2.0.0...v2.1.0) (2024-07-20)


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.1.0",
"version": "2.2.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 93692b7

Please sign in to comment.