Skip to content

Commit e7311df

Browse files
Version Packages (#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6acf0fd commit e7311df

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/nine-impalas-wave.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 6acf0fd: feat: cli arg to disable minification
8+
9+
The cache handler currently forces minification. There is now a CLI arg to disable minification for the build. At the moment, this only applies to the cache handler but may be used for other parts of the build in the future when minification is introduced to them. By default, minification is enabled, but can be disabled by passing `--noMinify`.
10+
311
## 0.1.1
412

513
### 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": "0.1.1",
4+
"version": "0.2.0",
55
"scripts": {
66
"build": "tsup",
77
"build:watch": "tsup --watch src",

0 commit comments

Comments
 (0)