Skip to content

Commit a5cca44

Browse files
committed
chore(release): v3.3.0
1 parent 0a3dc88 commit a5cca44

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/nuxt/content/compare/v3.2.2...v3.3.0) (2025-03-05)
4+
5+
### Features
6+
7+
* page level caching ([#3158](https://github.com/nuxt/content/issues/3158)) ([f4e4f4c](https://github.com/nuxt/content/commit/f4e4f4ce9fc921c28ee7e1b960b1b16d2f01c560))
8+
9+
### Bug Fixes
10+
11+
* **collection:** detect two part branches ([b0a743b](https://github.com/nuxt/content/commit/b0a743b71cabbd5af761d98e100d216fc00239c0))
12+
* **database:** remove comments form dump queries ([#3221](https://github.com/nuxt/content/issues/3221)) ([474c224](https://github.com/nuxt/content/commit/474c224c131806601924156e2ff8026d6c0b53e2))
13+
* **module:** load `ts` transformers ([#3218](https://github.com/nuxt/content/issues/3218)) ([819ab7f](https://github.com/nuxt/content/commit/819ab7fa2df5c4f160f893db67493793d76cd239))
14+
* **module:** prevent adding css modules in components template ([1a48095](https://github.com/nuxt/content/commit/1a48095503d311501f4997cebc2ab896c88ea617)), closes [#3206](https://github.com/nuxt/content/issues/3206)
15+
* **preview:** remove db ([ad62971](https://github.com/nuxt/content/commit/ad6297105c6a844540deff3723de02726f3e0317))
16+
* warn about using `./` and `../` in source ([7a7b3b2](https://github.com/nuxt/content/commit/7a7b3b206c8f7c28e187a732d6cd6850a86163b9)), closes [#3215](https://github.com/nuxt/content/issues/3215)
17+
318
## [3.2.2](https://github.com/nuxt/content/compare/v3.2.1...v3.2.2) (2025-02-24)
419

520
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)