Skip to content

Commit

Permalink
chore(main): release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 23, 2024
1 parent 3172c4b commit cda774a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.13.0](https://github.com/wellwelwel/poku/compare/v1.12.1...v1.13.0) (2024-05-23)


### Features

* **deno:** support for custom `allow` permissions ([#284](https://github.com/wellwelwel/poku/issues/284)) ([4e551f6](https://github.com/wellwelwel/poku/commit/4e551f6c99fd6b7ff74a671fa441ac8279cf4a3c))
* **deno:** support for custom `deny` permissions ([#286](https://github.com/wellwelwel/poku/issues/286)) ([3172c4b](https://github.com/wellwelwel/poku/commit/3172c4b14be3ca20b52d6dc4efa068cd89766875))

## [1.12.1](https://github.com/wellwelwel/poku/compare/v1.12.0...v1.12.1) (2024-05-19)


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": "1.12.1",
"version": "1.13.0",
"description": "🐷 Poku makes testing easy for Node.js, Bun & Deno at the same time.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit cda774a

Please sign in to comment.