diff --git a/.changeset/moody-dogs-appear.md b/.changeset/moody-dogs-appear.md deleted file mode 100644 index 67c433b..0000000 --- a/.changeset/moody-dogs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prool": patch ---- - -Added `stackup` instance. diff --git a/.changeset/thick-kangaroos-hope.md b/.changeset/thick-kangaroos-hope.md deleted file mode 100644 index 0a42c69..0000000 --- a/.changeset/thick-kangaroos-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prool": patch ---- - -Added support for a callback `instance`. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 2c2dc14..465f20f 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # prool +## 0.0.5 + +### Patch Changes + +- [`cb371f6`](https://github.com/wevm/prool/commit/cb371f64ddd50d3611aa959f618506f18688f46d) Thanks [@jxom](https://github.com/jxom)! - Added `stackup` instance. + +- [`c7348a3`](https://github.com/wevm/prool/commit/c7348a3e6b54881b45e5ce0caf25198dacfb2a7c) Thanks [@jxom](https://github.com/jxom)! - Added support for a callback `instance`. + ## 0.0.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index 9541a5b..9c693eb 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "prool", "description": "HTTP testing instances for Ethereum", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "module": "_lib/exports/index.mjs", "types": "_lib/exports/index.d.ts", @@ -33,7 +33,10 @@ "license": "MIT", "homepage": "https://wevm.dev", "repository": "wevm/prool", - "authors": ["awkweb", "jxom"], + "authors": [ + "awkweb", + "jxom" + ], "funding": [ { "type": "github",