Skip to content

Commit

Permalink
chore(main): release 3.0.0-rc.1 (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Dec 23, 2024
1 parent 7c01898 commit 3ef4c43
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.0.0-rc.1](https://github.com/wellwelwel/poku/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2024-12-23)


### Features

* 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))
* stable enforce values validation ([#905](https://github.com/wellwelwel/poku/issues/905)) ([3823848](https://github.com/wellwelwel/poku/commit/3823848669c312f7814fd5b3d7ceb63ab0d032e0))


### Performance Improvements

* improve global cache ([#907](https://github.com/wellwelwel/poku/issues/907)) ([7c01898](https://github.com/wellwelwel/poku/commit/7c01898247a43fb84a2e24bfe078808fe2d780c7))


### Miscellaneous Chores

* release 3.0.0-rc.1 ([91305a7](https://github.com/wellwelwel/poku/commit/91305a7ca3fd3e66014c477e995a6dc3a4f33626))

## [3.0.0-rc.0](https://github.com/wellwelwel/poku/compare/v2.7.1...v3.0.0-rc.0) (2024-12-11)


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

Please sign in to comment.