diff --git a/.changeset/unlucky-shrimps-laugh.md b/.changeset/unlucky-shrimps-laugh.md deleted file mode 100644 index 3fcae65..0000000 --- a/.changeset/unlucky-shrimps-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': patch ---- - -Check process is not undefined when checking whether to use the binding or not. diff --git a/CHANGELOG.md b/CHANGELOG.md index c107472..5b020bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cf-bindings-proxy +## 0.7.1 + +### Patch Changes + +- d2cc335: Check process is not undefined when checking whether to use the binding or not. + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index ff13457..19f4ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-bindings-proxy", - "version": "0.7.0", + "version": "0.7.1", "description": "Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages", "license": "MIT", "author": "James",