diff --git a/CHANGELOG.md b/CHANGELOG.md index 62560408..561ea024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/wellwelwel/poku/compare/v1.3.1...v1.4.0) (2024-02-22) + + +### Features + +* **website:** introduce Poku's website ([#20](https://github.com/wellwelwel/poku/issues/20)) ([172f081](https://github.com/wellwelwel/poku/commit/172f08110aecf9c82ff2120f085334c6c6f5740f)) + ## [1.3.1](https://github.com/wellwelwel/poku/compare/v1.3.0...v1.3.1) (2024-02-20) diff --git a/package-lock.json b/package-lock.json index 7068f8ea..7c1a1b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index c2974015..71adb715 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "1.3.1", + "version": "1.4.0", "description": "🐷 Poku is your test runner pet for Node.js, Bun and Deno, combining flexibility, parallel and sequential runs, human-friendly assertion errors and high isolation level", "main": "./lib/index.js", "scripts": {