diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2ce4b6..07d4047d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.2](https://github.com/wellwelwel/poku/compare/v2.6.1...v2.6.2) (2024-09-10) + + +### Bug Fixes + +* fix typings of `skip` modifier ([#754](https://github.com/wellwelwel/poku/issues/754)) ([d9851de](https://github.com/wellwelwel/poku/commit/d9851deff60b0369cbeb592b6d3b1001cb2381f3)) +* fix typings of `todo` modifier ([#756](https://github.com/wellwelwel/poku/issues/756)) ([3ed7e77](https://github.com/wellwelwel/poku/commit/3ed7e77b36a232a56f8111575cdb5395c756cbc6)) + ## [2.6.1](https://github.com/wellwelwel/poku/compare/v2.6.0...v2.6.1) (2024-09-09) diff --git a/package-lock.json b/package-lock.json index efa18eab..e6ff5af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "2.6.1", + "version": "2.6.2", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index 77fbd8e2..ce823bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "2.6.1", + "version": "2.6.2", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", "main": "./lib/modules/index.js", "license": "MIT",