Skip to content

Commit d415bd7

Browse files
committed
chore(release): v3.8.0
1 parent 868375b commit d415bd7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.8.0](https://github.com/nuxt/content/compare/v3.7.1...v3.8.0) (2025-10-29)
4+
5+
### Features
6+
7+
* add support for nuxthub v1 ([#3576](https://github.com/nuxt/content/issues/3576)) ([e166063](https://github.com/nuxt/content/commit/e1660637e24705d922a928ec8ca711a2fbec4e18))
8+
* client utils ([#3506](https://github.com/nuxt/content/issues/3506)) ([2467057](https://github.com/nuxt/content/commit/24670578f859c119b717082636bd216d1a50f477))
9+
* use Vite and Webpack server for content hot reload ([#3546](https://github.com/nuxt/content/issues/3546)) ([ee06d16](https://github.com/nuxt/content/commit/ee06d16cbcf03abd4093275fc03595169ec1dfdf))
10+
11+
### Bug Fixes
12+
13+
* extend inherited schema ([dd054ea](https://github.com/nuxt/content/commit/dd054ea9a960125af4bf9ebf696f51536e92b5dd))
14+
15+
### Performance Improvements
16+
17+
* **git:** use modern-tar over tar ([#3569](https://github.com/nuxt/content/issues/3569)) ([dd854d5](https://github.com/nuxt/content/commit/dd854d5e43648082d7f75516ecd941073c8fc380))
18+
319
## [3.7.1](https://github.com/nuxt/content/compare/v3.7.0...v3.7.1) (2025-09-16)
420

521
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "3.7.1",
3+
"version": "3.8.0",
44
"description": "Write your content inside your Nuxt app",
55
"homepage": "https://content.nuxt.com",
66
"keywords": [

0 commit comments

Comments
 (0)