From f2bb59064091f8a79badb33c3efae53672fc5192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:06:30 -0300 Subject: [PATCH] chore(main): release 2.6.0 (#738) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6b9c8a..841d5601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.0](https://github.com/wellwelwel/poku/compare/v2.5.0...v2.6.0) (2024-09-05) + + +### Features + +* add `skip` modifier to `describe`, `it` and `test` methods ([#735](https://github.com/wellwelwel/poku/issues/735)) ([b756605](https://github.com/wellwelwel/poku/commit/b756605142ec2a1a22d5fe46d2f62aade2812d51)) + + +### Bug Fixes + +* improve counter output when using `skip` and `todo` ([#739](https://github.com/wellwelwel/poku/issues/739)) ([f5ac8b7](https://github.com/wellwelwel/poku/commit/f5ac8b71a2099df229cb343678a4b56c0462132e)) + ## [2.5.0](https://github.com/wellwelwel/poku/compare/v2.4.4...v2.5.0) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index 18bef96e..a049acea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index 85c05ed0..71a841a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "2.5.0", + "version": "2.6.0", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", "main": "./lib/modules/index.js", "license": "MIT",