Skip to content

Commit

Permalink
chore(main): release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Sep 8, 2024
1 parent 6e8a583 commit 682f3b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.6.1](https://github.com/wellwelwel/poku/compare/v2.6.0...v2.6.1) (2024-09-08)


### Bug Fixes

* allow all combinations of `describe`, `it` and `test` to `skip` modifier ([#746](https://github.com/wellwelwel/poku/issues/746)) ([c53f3e3](https://github.com/wellwelwel/poku/commit/c53f3e3304bde40f1e85212b92d4e1209f47d10f))
* **canary:** show correct version ([#750](https://github.com/wellwelwel/poku/issues/750)) ([6e8a583](https://github.com/wellwelwel/poku/commit/6e8a583a58ea8e555f236e81b90a0e0926768244))

## [2.6.0](https://github.com/wellwelwel/poku/compare/v2.5.0...v2.6.0) (2024-09-05)


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.6.0",
"version": "2.6.1",
"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 682f3b4

Please sign in to comment.