Skip to content

Commit 3ef4c43

Browse files
authored
chore(main): release 3.0.0-rc.1 (#903)
1 parent 7c01898 commit 3ef4c43

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.0-rc.1](https://github.com/wellwelwel/poku/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2024-12-23)
4+
5+
6+
### Features
7+
8+
* add stable `only` modifier to `describe`, `it` and `test` methods ([#901](https://github.com/wellwelwel/poku/issues/901)) ([d6b6241](https://github.com/wellwelwel/poku/commit/d6b624196e787235b702a280d04f4481cd395aab))
9+
* stable enforce values validation ([#905](https://github.com/wellwelwel/poku/issues/905)) ([3823848](https://github.com/wellwelwel/poku/commit/3823848669c312f7814fd5b3d7ceb63ab0d032e0))
10+
11+
12+
### Performance Improvements
13+
14+
* improve global cache ([#907](https://github.com/wellwelwel/poku/issues/907)) ([7c01898](https://github.com/wellwelwel/poku/commit/7c01898247a43fb84a2e24bfe078808fe2d780c7))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 3.0.0-rc.1 ([91305a7](https://github.com/wellwelwel/poku/commit/91305a7ca3fd3e66014c477e995a6dc3a4f33626))
20+
321
## [3.0.0-rc.0](https://github.com/wellwelwel/poku/compare/v2.7.1...v3.0.0-rc.0) (2024-12-11)
422

523

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.0",
3+
"version": "3.0.0-rc.1",
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)