Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Sep 5, 2024
1 parent f5ac8b7 commit f2bb590
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.6.0](https://github.com/wellwelwel/poku/compare/v2.5.0...v2.6.0) (2024-09-05)


### Features

* add `skip` modifier to `describe`, `it` and `test` methods ([#735](https://github.com/wellwelwel/poku/issues/735)) ([b756605](https://github.com/wellwelwel/poku/commit/b756605142ec2a1a22d5fe46d2f62aade2812d51))


### Bug Fixes

* improve counter output when using `skip` and `todo` ([#739](https://github.com/wellwelwel/poku/issues/739)) ([f5ac8b7](https://github.com/wellwelwel/poku/commit/f5ac8b71a2099df229cb343678a4b56c0462132e))

## [2.5.0](https://github.com/wellwelwel/poku/compare/v2.4.4...v2.5.0) (2024-08-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.5.0",
"version": "2.6.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 f2bb590

Please sign in to comment.