diff --git a/.changeset/swift-geckos-turn.md b/.changeset/swift-geckos-turn.md deleted file mode 100644 index 2b9ba56a..00000000 --- a/.changeset/swift-geckos-turn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -enhancement: Expand missing next.config error message - -Found out that next dev can run the a Next.js app without next.config but -if we are using the adapter we throw an error if we don't find the config. -So expanded the error for users. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index f1145942..dc4237e9 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @opennextjs/cloudflare +## 0.1.1 + +### Patch Changes + +- 66ba0ff: enhancement: Expand missing next.config error message + + Found out that next dev can run the a Next.js app without next.config but + if we are using the adapter we throw an error if we don't find the config. + So expanded the error for users. + ## 0.1.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 8b221af4..56bc5743 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.1.0", + "version": "0.1.1", "scripts": { "build": "tsup", "build:watch": "tsup --watch src",