Skip to content

Commit 3ff92dc

Browse files
committed
chore(main): release 3.0.0
1 parent 430f96f commit 3ff92dc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/wellwelwel/poku/compare/v3.0.0-rc.1...v3.0.0) (2025-01-24)
4+
5+
6+
### Features
7+
8+
* introduce custom reporters (`poku`, `dot`, `compact`, `focus`, `verbose`, and `classic`) ([#921](https://github.com/wellwelwel/poku/issues/921)) ([b1feeac](https://github.com/wellwelwel/poku/commit/b1feeac327c306bb7febefd422e688de05b963cd))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 3.0.0 ([4be371d](https://github.com/wellwelwel/poku/commit/4be371da5d54f10158d55b5589f5bd4e7a970e1a))
14+
315
## [3.0.0-rc.1](https://github.com/wellwelwel/poku/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2024-12-23)
416

517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poku",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
55
"main": "./lib/modules/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)