Skip to content

Commit 2e70ec1

Browse files
committed
chore(release): v0.8.12
1 parent 888e581 commit 2e70ec1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.12
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.11...v0.8.12)
7+
8+
### 🚀 Enhancements
9+
10+
- **database:** Add support for multiple database migrations directories ([#423](https://github.com/nuxt-hub/core/pull/423))
11+
12+
### 🩹 Fixes
13+
14+
- **docs:** Migrations fragment identifier ([#417](https://github.com/nuxt-hub/core/pull/417))
15+
16+
### 📖 Documentation
17+
18+
- Remove using path as async data key ([0b15938](https://github.com/nuxt-hub/core/commit/0b15938))
19+
- Remove using path as async data key" ([355a8ff](https://github.com/nuxt-hub/core/commit/355a8ff))
20+
- Fix async data keys ([859a5f8](https://github.com/nuxt-hub/core/commit/859a5f8))
21+
22+
### ❤️ Contributors
23+
24+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
25+
- Yali ([@yusufalitangoz](http://github.com/yusufalitangoz))
26+
427
## v0.8.11
528

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

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

0 commit comments

Comments
 (0)