From e8d02ef14ad60627a4e22e467bad6b19ce8fb56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:39:09 -0300 Subject: [PATCH] chore(main): release 1.19.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c38a87..03eaa2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.19.0](https://github.com/wellwelwel/poku/compare/v1.18.0...v1.19.0) (2024-06-24) + + +### Features + +* **containers:** dockerfile and compose API helpers ([#442](https://github.com/wellwelwel/poku/issues/442)) ([ed3d8c6](https://github.com/wellwelwel/poku/commit/ed3d8c68cf1001239a17d501575def07871c1ff4)) + ## [1.18.0](https://github.com/wellwelwel/poku/compare/v1.17.1...v1.18.0) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index b1c5509a..69aa1aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.18.0", + "version": "1.19.0", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index bf1cf8ce..9fefc908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "1.18.0", + "version": "1.19.0", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno and you at the same time.", "main": "./lib/index.js", "scripts": {