From 3c3f8822f9e22fab12ecd677b76b0e2f60890cc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:46:04 +0100 Subject: [PATCH] Version Packages (#28) Co-authored-by: github-actions[bot] --- .changeset/popular-cheetahs-explode.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/popular-cheetahs-explode.md 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",