From 4c84c34b42387e3e95552fc6843e51c3dc3b6a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Tue, 17 Sep 2024 02:52:19 -0300 Subject: [PATCH] chore(main): release 2.7.0 (#762) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d4047d..2d00add5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.0](https://github.com/wellwelwel/poku/compare/v2.6.2...v2.7.0) (2024-09-17) + + +### Features + +* add `--help` command line option ([#765](https://github.com/wellwelwel/poku/issues/765)) ([bcde009](https://github.com/wellwelwel/poku/commit/bcde009e6a65f60c0e6c62fb8ed581a1c2c1f30f)) +* add `only` modifier to `describe`, `it` and `test` methods ([#767](https://github.com/wellwelwel/poku/issues/767)) ([7658609](https://github.com/wellwelwel/poku/commit/76586095293da726ec664e1120f5395dc0390087)) +* **strict:** use standard `assert` for Node.js legacy versions ([#761](https://github.com/wellwelwel/poku/issues/761)) ([d4b7b64](https://github.com/wellwelwel/poku/commit/d4b7b642207328cc7ead917cde3c3b5534988564)) + + +### Bug Fixes + +* **deno:** ensure `--denoCjs` respect the current Poku version ([#771](https://github.com/wellwelwel/poku/issues/771)) ([9ead4bc](https://github.com/wellwelwel/poku/commit/9ead4bc9ffdf96e23d024b9e411761a6e6f10fd0)) + ## [2.6.2](https://github.com/wellwelwel/poku/compare/v2.6.1...v2.6.2) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index 99874fe4..ff21ed95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "2.6.2", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "2.6.2", + "version": "2.7.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index 25e1656c..db1b192d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "2.6.2", + "version": "2.7.0", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", "main": "./lib/modules/index.js", "license": "MIT",