We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8891a76 commit 33612eeCopy full SHA for 33612ee
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.7.14
5
+
6
+[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.13...v0.7.14)
7
8
+### 🩹 Fixes
9
10
+- Don't use global on client-side ([#278](https://github.com/nuxt-hub/core/pull/278))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@atinux](http://github.com/atinux))
15
16
## v0.7.13
17
18
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.12...v0.7.13)
package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
- "version": "0.7.13",
+ "version": "0.7.14",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
0 commit comments