From 8cea33b1088fea6f25456bace394bb1f2efc1625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:18:47 -0300 Subject: [PATCH] chore(main): release 1.20.1 (#472) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb00cb8..a9b827a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 202558c8..981493d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.20.0", + "version": "1.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.20.0", + "version": "1.20.1", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index 290a266f..651bf7d3 100644 --- a/package.json +++ b/package.json @@ -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",