We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081098b commit 88c0335Copy full SHA for 88c0335
.changeset/brave-birds-flash.md
packages/cloudflare/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @opennextjs/cloudflare
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- 5bceecc: example: Add vercel blog starter
8
9
+ Update the examples with vercel blog starter and adapt it to run on cf workers
10
11
## 0.2.0
12
13
### Minor Changes
packages/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
- "version": "0.2.0",
+ "version": "0.2.1",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch src",
0 commit comments