Skip to content

Commit 04da2c9

Browse files
Version Packages (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcbbb9a commit 04da2c9

File tree

7 files changed

+14
-26
lines changed

7 files changed

+14
-26
lines changed

.changeset/eleven-cars-try.md

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

.changeset/famous-ravens-pump.md

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

.changeset/gentle-melons-turn.md

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

.changeset/healthy-zebras-knock.md

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

.changeset/short-kiwis-train.md

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

CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 70b2e80: show the CLI version and also add the --version flag
8+
- 8b4f6d5: allow setting of NODE_ENV
9+
10+
### Patch Changes
11+
12+
- dcbbb9a: Parses cli arguments with the `zodcli` package
13+
- e0c53fe: fix experimental minification always on
14+
- 057baa0: Remove private/telemetry files from the build output.
15+
316
## 0.5.0
417

518
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"bin": "./bin/index.js",
55
"scripts": {
66
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",

0 commit comments

Comments
 (0)