Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jul 20, 2024
1 parent 5ff880b commit 9fad332
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9fad332

Please sign in to comment.