File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @opennextjs/cloudflare
2
2
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a2b815: fix: make sure that the ` initOpenNextCloudflareForDev() ` logic runs only once
8
+
9
+ Currently calling ` initOpenNextCloudflareForDev() ` in the Next.js config file causes
10
+ this initialization logic to run twice, consuming more resources and causing extra
11
+ noise in the terminal logs, this change makes sure that the initialization logic
12
+ is run only once instead
13
+
3
14
## 0.4.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opennextjs/cloudflare" ,
3
3
"description" : " Cloudflare builder for next apps" ,
4
- "version" : " 0.4.0 " ,
4
+ "version" : " 0.4.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"clean" : " rimraf dist" ,
You can’t perform that action at this time.
0 commit comments