diff --git a/.changeset/nine-fireants-protect.md b/.changeset/nine-fireants-protect.md deleted file mode 100644 index e4ed9f29..00000000 --- a/.changeset/nine-fireants-protect.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix: CustomRequest instantiation - -In some cases some request properties would not be initialized (i.e. method, headers, ...) -The bug was caused by the processing the init in the CustomRequest class. -The bug was tigerred when using clerk. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 1ba0982b..fbf42952 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @opennextjs/cloudflare +## 0.3.2 + +### Patch Changes + +- c0c1d04: fix: CustomRequest instantiation + + In some cases some request properties would not be initialized (i.e. method, headers, ...) + The bug was caused by the processing the init in the CustomRequest class. + The bug was tigerred when using clerk. + ## 0.3.1 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 7c948f39..b3ce2775 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@opennextjs/cloudflare", "description": "Cloudflare builder for next apps", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "scripts": { "clean": "rimraf dist",