diff --git a/CHANGELOG.md b/CHANGELOG.md index 579d220b..b491b1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e817aa80..83f42a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.12.1", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.12.1", + "version": "1.13.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index c11a96c7..f0f4725d 100644 --- a/package.json +++ b/package.json @@ -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": {