From 9fad332e83b46ced54e041653d279f9c91406072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:06:38 -0300 Subject: [PATCH] chore(main): release 2.1.0 (#558) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de25a94f..78131b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.1.0](https://github.com/wellwelwel/poku/compare/v2.0.0...v2.1.0) (2024-07-20) + + +### Features + +* **cli:** support for multiple paths in any position ([#562](https://github.com/wellwelwel/poku/issues/562)) ([5ff880b](https://github.com/wellwelwel/poku/commit/5ff880b0014e4ec62d5a1660079fc7f8a4172e2a)) +* support for config files (`js` and `cjs`) ([#560](https://github.com/wellwelwel/poku/issues/560)) ([368f396](https://github.com/wellwelwel/poku/commit/368f3965bf5482d940b9ab2220c92e8b3b15e754)) +* support for config files (`json` and `jsonc`) ([#557](https://github.com/wellwelwel/poku/issues/557)) ([e954336](https://github.com/wellwelwel/poku/commit/e954336b33dae7f8765e667f193020c3d8f2099c)) + ## [2.0.0](https://github.com/wellwelwel/poku/compare/v1.23.0...v2.0.0) (2024-07-11) diff --git a/package-lock.json b/package-lock.json index b1c81b44..ea6ebe8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index a83ca4de..c04f9eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "2.0.0", + "version": "2.1.0", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", "main": "./lib/modules/index.js", "license": "MIT",