Skip to content

Commit 33612ee

Browse files
committed
chore(release): v0.7.14
1 parent 8891a76 commit 33612ee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

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+
416
## v0.7.13
517

618
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.12...v0.7.13)

package.json

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

0 commit comments

Comments
 (0)