Skip to content

Commit

Permalink
chore(main): release 1.20.1 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jun 26, 2024
1 parent c073ed3 commit 8cea33b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.20.1](https://github.com/wellwelwel/poku/compare/v1.20.0...v1.20.1) (2024-06-26)


### Bug Fixes

* **beforeEach and afterEach:** end with the proper exit code ([#471](https://github.com/wellwelwel/poku/issues/471)) ([716cf5c](https://github.com/wellwelwel/poku/commit/716cf5c82c460b1f0411bdc72f2fda356ee7f621))
* recognize `.mts` and `.cts` extensions as TS files ([#474](https://github.com/wellwelwel/poku/issues/474)) ([c073ed3](https://github.com/wellwelwel/poku/commit/c073ed365d3998c2ca373976af946a3cf6dbfa89))

## [1.20.0](https://github.com/wellwelwel/poku/compare/v1.19.0...v1.20.0) (2024-06-25)


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": "1.20.0",
"version": "1.20.1",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
"license": "MIT",
"type": "commonjs",
Expand Down

0 comments on commit 8cea33b

Please sign in to comment.