We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f928aa commit c59f550Copy full SHA for c59f550
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.7.11
5
+
6
+[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.10...v0.7.11)
7
8
+### 🚀 Enhancements
9
10
+- Add support for browser rendering ([#271](https://github.com/nuxt-hub/core/pull/271))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@atinux](http://github.com/atinux))
15
16
## v0.7.10
17
18
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.9...v0.7.10)
package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
- "version": "0.7.10",
+ "version": "0.7.11",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
0 commit comments