Skip to content

Commit 3217c05

Browse files
committed
chore(release): v0.8.22
1 parent 51e47a6 commit 3217c05

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.22
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.21...v0.8.22)
7+
8+
### 🚀 Enhancements
9+
10+
- **ai:** Support AI gateway in development too ([#522](https://github.com/nuxt-hub/core/pull/522))
11+
12+
### 📖 Documentation
13+
14+
- Disable llms-full.txt for now ([30a521e](https://github.com/nuxt-hub/core/commit/30a521e))
15+
16+
### 🏡 Chore
17+
18+
- Update deps ([9bff98d](https://github.com/nuxt-hub/core/commit/9bff98d))
19+
- Add postinstall script on playground ([3622d09](https://github.com/nuxt-hub/core/commit/3622d09))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
24+
425
## v0.8.21
526

627
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.20...v0.8.21)

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

0 commit comments

Comments
 (0)