Skip to content

Commit 5856682

Browse files
Version Packages
1 parent 4279043 commit 5856682

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/six-walls-feel.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @opennextjs/cloudflare
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- [#1092](https://github.com/opennextjs/opennextjs-cloudflare/pull/1092) [`4279043`](https://github.com/opennextjs/opennextjs-cloudflare/commit/42790437e3edb56dad092e4d6c5319d354a286d6) Thanks [@vicb](https://github.com/vicb)! - Check for supported Next version
8+
9+
The build will now error for unsupported Next version which may contain unpatched security vulnerabilities.
10+
You can bypass the check using the `--dangerouslyUseUnsupportedNextVersion` flag.
11+
312
## 1.15.1
413

514
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "1.15.1",
4+
"version": "1.15.2",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)