diff --git a/.changeset/popular-cheetahs-explode.md b/.changeset/popular-cheetahs-explode.md deleted file mode 100644 index d884b00..0000000 --- a/.changeset/popular-cheetahs-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': patch ---- - -Fix the incorrect process of converting ArrayBuffer to base64 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f3c6b..32b9ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cf-bindings-proxy +## 0.3.1 + +### Patch Changes + +- 803dd41: Fix the incorrect process of converting ArrayBuffer to base64 + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 4878ac9..d215d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-bindings-proxy", - "version": "0.3.0", + "version": "0.3.1", "description": "Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages", "license": "MIT", "author": "James",