Skip to content

Commit 66a50e5

Browse files
committed
chore(release): v0.8.13
1 parent 23ac64f commit 66a50e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.13
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.12...v0.8.13)
7+
8+
### 🩹 Fixes
9+
10+
- **migrations:** Respect for loop for remote db migrations ([#426](https://github.com/nuxt-hub/core/pull/426))
11+
12+
### 🏡 Chore
13+
14+
- Update vitest ([3941629](https://github.com/nuxt-hub/core/commit/3941629))
15+
16+
### ❤️ Contributors
17+
18+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
19+
420
## v0.8.12
521

622
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.11...v0.8.12)

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.8.12",
4+
"version": "0.8.13",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)