Skip to content

Commit 3a17f52

Browse files
committed
chore(release): v0.8.16
1 parent 068eee8 commit 3a17f52

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.16
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.15...v0.8.16)
7+
8+
### 🚀 Enhancements
9+
10+
- **db:** Support Nitro `useDatabase()` ([#15](https://github.com/nuxt-hub/core/pull/15))
11+
12+
### 🩹 Fixes
13+
14+
- Split sql trigger statements as a single query ([#451](https://github.com/nuxt-hub/core/pull/451))
15+
- **blob:** Return null for get() with remote enabled ([#455](https://github.com/nuxt-hub/core/pull/455))
16+
17+
### 📖 Documentation
18+
19+
- 10 browser sessions now! ([cba9099](https://github.com/nuxt-hub/core/commit/cba9099))
20+
- Kv, db, and cache updates ([#454](https://github.com/nuxt-hub/core/pull/454))
21+
22+
### 🏡 Chore
23+
24+
- **playground:** Add back basic auth ([915a180](https://github.com/nuxt-hub/core/commit/915a180))
25+
- Disable durable preset for now ([b566b53](https://github.com/nuxt-hub/core/commit/b566b53))
26+
- **playground:** Add websocket experimental flag ([1d5a8e0](https://github.com/nuxt-hub/core/commit/1d5a8e0))
27+
- **playground:** Remove basic auth ([08239d7](https://github.com/nuxt-hub/core/commit/08239d7))
28+
- **playground:** Use uncrypto instead ([03b6218](https://github.com/nuxt-hub/core/commit/03b6218))
29+
- Fix ci for corepack ([dcef1c8](https://github.com/nuxt-hub/core/commit/dcef1c8))
30+
- Add support for localhost on hub api routes ([824c998](https://github.com/nuxt-hub/core/commit/824c998))
31+
32+
### ❤️ Contributors
33+
34+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
35+
- Rihan ([@RihanArfan](http://github.com/RihanArfan))
36+
- Matt Maribojoc <[email protected]>
37+
438
## v0.8.15
539

640
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.14...v0.8.15)

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

0 commit comments

Comments
 (0)