Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Feb 5, 2025
1 parent d486f01 commit 75083c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/wellwelwel/poku/compare/v3.0.0...v3.0.1) (2025-02-05)


### Bug Fixes

* ensure sequential runs respect the previous test's end ([#940](https://github.com/wellwelwel/poku/issues/940)) ([d486f01](https://github.com/wellwelwel/poku/commit/d486f0199111660c223f028918a4c9437b173e09))

## [3.0.0](https://github.com/wellwelwel/poku/compare/v3.0.0-rc.1...v3.0.0) (2025-01-24)


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",
"version": "3.0.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 75083c5

Please sign in to comment.