Skip to content

Commit c0fd2ea

Browse files
authored
chore(main): release 1.19.0 (#450)
1 parent 01751f8 commit c0fd2ea

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/wellwelwel/poku/compare/v1.18.0...v1.19.0) (2024-06-24)
4+
5+
6+
### Features
7+
8+
* **containers:** dockerfile and compose API helpers ([#442](https://github.com/wellwelwel/poku/issues/442)) ([ed3d8c6](https://github.com/wellwelwel/poku/commit/ed3d8c68cf1001239a17d501575def07871c1ff4))
9+
* **processes:** `waitForPort` helper ([#452](https://github.com/wellwelwel/poku/issues/452)) ([01751f8](https://github.com/wellwelwel/poku/commit/01751f8aaf8716bad24e149efe1bbfdb9a936913))
10+
311
## [1.18.0](https://github.com/wellwelwel/poku/compare/v1.17.1...v1.18.0) (2024-06-21)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poku",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)