diff --git a/.changeset/twenty-pots-rule.md b/.changeset/twenty-pots-rule.md deleted file mode 100644 index 3dfe827..0000000 --- a/.changeset/twenty-pots-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': patch ---- - -Fixes returning a binding through an awaited function calling `.then` on `binding(...)` and throwing an error. diff --git a/CHANGELOG.md b/CHANGELOG.md index 339e8a5..6463df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cf-bindings-proxy +## 0.4.1 + +### Patch Changes + +- ab73898: Fixes returning a binding through an awaited function calling `.then` on `binding(...)` and throwing an error. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 5f5388b..aafbb45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-bindings-proxy", - "version": "0.4.0", + "version": "0.4.1", "description": "Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages", "license": "MIT", "author": "James",