Skip to content

Commit a732a80

Browse files
committed
chore(release): v0.8.18
1 parent 0c9eb8b commit a732a80

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.18
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.17...v0.8.18)
7+
8+
### 📖 Documentation
9+
10+
- Update ai docs ([#461](https://github.com/nuxt-hub/core/pull/461))
11+
- Update vectorize docs ([#458](https://github.com/nuxt-hub/core/pull/458))
12+
- Add section for nuxthub deploy in ci/cd ([67fb252](https://github.com/nuxt-hub/core/commit/67fb252))
13+
- Fix command palette navigation ([#476](https://github.com/nuxt-hub/core/pull/476))
14+
- Tidy up content collections ([099c91b](https://github.com/nuxt-hub/core/commit/099c91b))
15+
- Enable studio editing ([f056e7b](https://github.com/nuxt-hub/core/commit/f056e7b))
16+
- Add LLMS routes ([f59c078](https://github.com/nuxt-hub/core/commit/f59c078))
17+
- Add support for Nuxt Studio form customisation ([b5b1e54](https://github.com/nuxt-hub/core/commit/b5b1e54))
18+
- Add blog & changelog on search ([ac962a9](https://github.com/nuxt-hub/core/commit/ac962a9))
19+
- Improve environment variables part ([#478](https://github.com/nuxt-hub/core/pull/478))
20+
- **gitlab-ci:** Adding gitlab-ci documentation ([#479](https://github.com/nuxt-hub/core/pull/479))
21+
- Improvements on blog & changelog ([24e0efb](https://github.com/nuxt-hub/core/commit/24e0efb))
22+
- Fix header gradient shows above all the content ([#483](https://github.com/nuxt-hub/core/pull/483), [#484](https://github.com/nuxt-hub/core/pull/484))
23+
- 9K ([5fab003](https://github.com/nuxt-hub/core/commit/5fab003))
24+
25+
### 🏡 Chore
26+
27+
- Migrate to Nuxt UI v3 & Content v3 ([#471](https://github.com/nuxt-hub/core/pull/471))
28+
- Add support for Nitro `nodeCompat` ([0c9eb8b](https://github.com/nuxt-hub/core/commit/0c9eb8b))
29+
30+
### ❤️ Contributors
31+
32+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
33+
- Mohamed <[email protected]>
34+
- Skoenfaelt ([@skoenfaelt](http://github.com/skoenfaelt))
35+
- Olivier Belaud ([@OlivierBelaud](http://github.com/OlivierBelaud))
36+
- Hugo Richard ([@HugoRCD](http://github.com/HugoRCD))
37+
- Matt Maribojoc <[email protected]>
38+
439
## v0.8.17
540

641
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.16...v0.8.17)

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

0 commit comments

Comments
 (0)