Skip to content

Commit 6c73e6d

Browse files
committed
chore(release): v0.7.21
1 parent 6c3ca98 commit 6c73e6d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33

4+
## v0.7.21
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.20...v0.7.21)
7+
8+
### 🚀 Enhancements
9+
10+
- Add noindex for preview env ([#296](https://github.com/nuxt-hub/core/pull/296))
11+
- Remove trailing slash for prerender routes ([#298](https://github.com/nuxt-hub/core/pull/298))
12+
13+
### 🩹 Fixes
14+
15+
- Workaround for process.env and new node compat ([f28f549](https://github.com/nuxt-hub/core/commit/f28f549))
16+
17+
### 📖 Documentation
18+
19+
- Prerender dynamic pages using modules ([#300](https://github.com/nuxt-hub/core/pull/300))
20+
21+
### 🏡 Chore
22+
23+
- Use nitro compatibility flags by default ([#302](https://github.com/nuxt-hub/core/pull/302))
24+
- Read and ignore nitro wrangler option ([#303](https://github.com/nuxt-hub/core/pull/303))
25+
- Update deps ([6c3ca98](https://github.com/nuxt-hub/core/commit/6c3ca98))
26+
27+
### ❤️ Contributors
28+
29+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
30+
- Max ([@onmax](http://github.com/onmax))
31+
432
## v0.7.20
533

634
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.19...v0.7.20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.7.20",
4+
"version": "0.7.21",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)