Skip to content

Commit ea6305c

Browse files
committed
chore(release): v0.10.6
1 parent a94f1cd commit ea6305c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

33

4+
## v0.10.6
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.10.5...v0.10.6)
7+
8+
### 🚀 Enhancements
9+
10+
- **db:** Add support for database replica ([#808](https://github.com/nuxt-hub/core/pull/808))
11+
12+
### 🩹 Fixes
13+
14+
- **db:** Generate schema types during prepare ([#795](https://github.com/nuxt-hub/core/pull/795))
15+
- Change Cloudflare D1 API URI ([#794](https://github.com/nuxt-hub/core/pull/794))
16+
- **devtools:** Point Drizzle Studio to correct D1 database file ([#806](https://github.com/nuxt-hub/core/pull/806))
17+
- **db:** Create package.json during prepare ([#797](https://github.com/nuxt-hub/core/pull/797))
18+
- **db:** Resolve Nuxt aliases in schema bundling ([#802](https://github.com/nuxt-hub/core/pull/802))
19+
20+
### 📖 Documentation
21+
22+
- Fix typo in schema documentation ([#807](https://github.com/nuxt-hub/core/pull/807))
23+
24+
### 🏡 Chore
25+
26+
- Update deps ([7a8ec94](https://github.com/nuxt-hub/core/commit/7a8ec94))
27+
- Update deps" ([a5f46e9](https://github.com/nuxt-hub/core/commit/a5f46e9))
28+
29+
### ❤️ Contributors
30+
31+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
32+
- Max <maximogarciamtnez@gmail.com>
33+
- Jens Becker <mail@jens.pub>
34+
- Nogic ([@nogic1008](https://github.com/nogic1008))
35+
436
## v0.10.5
537

638
[compare changes](https://github.com/nuxt-hub/core/compare/v0.10.4...v0.10.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.10.5",
4+
"version": "0.10.6",
55
"description": "Build full-stack Nuxt applications, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)