diff --git a/CHANGELOG.md b/CHANGELOG.md index 281279cd..fa37f9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.1](https://github.com/wellwelwel/poku/compare/v1.17.0...v1.17.1) (2024-06-17) + + +### Bug Fixes + +* **assert:** `Map`, `Set` and `Symbol` aren't parsed ([#405](https://github.com/wellwelwel/poku/issues/405)) ([9ab7202](https://github.com/wellwelwel/poku/commit/9ab72027c96928a310595ef5e335a7d79670950b)) + ## [1.17.0](https://github.com/wellwelwel/poku/compare/v1.16.0...v1.17.0) (2024-06-15) diff --git a/package-lock.json b/package-lock.json index 2b3ec8bd..98752468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index 0040d8d5..19671f3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "1.17.0", + "version": "1.17.1", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno and you at the same time.", "main": "./lib/index.js", "scripts": {