diff --git a/.changeset/tidy-donkeys-sweep.md b/.changeset/tidy-donkeys-sweep.md deleted file mode 100644 index 84fcf07..0000000 --- a/.changeset/tidy-donkeys-sweep.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'prool': patch ---- - -Added `Sweep.compose` to `prool/testcontainers` for removing Compose containers and networks orphaned by interrupted runs. - -```ts -import { Sweep } from 'prool/testcontainers' - -await Sweep.compose({ composeFile: 'test/compose.yaml' }) -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 01750c1..9bd287a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # prool +## 0.2.14 + +### Patch Changes + +- [#103](https://github.com/wevm/prool/pull/103) [`f982fa0`](https://github.com/wevm/prool/commit/f982fa044d13394a8810a28326012558ede13d8e) Thanks [@jxom](https://github.com/jxom)! - Added `Sweep.compose` to `prool/testcontainers` for removing Compose containers and networks orphaned by interrupted runs. + + ```ts + import { Sweep } from "prool/testcontainers"; + + await Sweep.compose({ composeFile: "test/compose.yaml" }); + ``` + ## 0.2.13 ### Patch Changes diff --git a/package.json b/package.json index adeef8b..d3edc60 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "[!start-pkg]": "", "name": "prool", "description": "HTTP testing instances for Ethereum", - "version": "0.2.13", + "version": "0.2.14", "type": "module", "sideEffects": false, "files": [