From 68da632156541f4c07ff042c8b5f3e7677af6da7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:37:14 +0100 Subject: [PATCH] Version Packages (#32) Co-authored-by: github-actions[bot] --- .changeset/green-bobcats-notice.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/green-bobcats-notice.md diff --git a/.changeset/green-bobcats-notice.md b/.changeset/green-bobcats-notice.md deleted file mode 100644 index 393ffec..0000000 --- a/.changeset/green-bobcats-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': patch ---- - -Fix using `JSON.stringify(...)` throwing an error. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d2fd1..f380414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cf-bindings-proxy +## 0.3.3 + +### Patch Changes + +- 8527c95: Fix using `JSON.stringify(...)` throwing an error. + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 2b4027b..256aca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-bindings-proxy", - "version": "0.3.2", + "version": "0.3.3", "description": "Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages", "license": "MIT", "author": "James",