Skip to content

Commit 09980a7

Browse files
committed
chore(release): release v2.9.0
1 parent dae9268 commit 09980a7

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
# Changelog
22

33

4+
## v2.9.0
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.8.5...v2.9.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add type to layout ([#2389](https://github.com/nuxt/content/pull/2389))
11+
- Add search ([#2146](https://github.com/nuxt/content/pull/2146))
12+
13+
### 🩹 Fixes
14+
15+
- **path-meta:** Prevent `undefined` error ([1257cb5c](https://github.com/nuxt/content/commit/1257cb5c))
16+
- Types import ([ee4ea3ad](https://github.com/nuxt/content/commit/ee4ea3ad))
17+
- Ignore regexes in fetchDirConfig ([#2362](https://github.com/nuxt/content/pull/2362))
18+
- Optional experimental options ([#2391](https://github.com/nuxt/content/pull/2391))
19+
- Update types and imports ([061192c5](https://github.com/nuxt/content/commit/061192c5))
20+
- Prevent duplicate parses ([a208567e](https://github.com/nuxt/content/commit/a208567e))
21+
- Prevent duplicate parses ([dae92681](https://github.com/nuxt/content/commit/dae92681))
22+
23+
### 📖 Documentation
24+
25+
- Update to latest ui-pro ([a08dc1b8](https://github.com/nuxt/content/commit/a08dc1b8))
26+
- Remove global style ([e58855fb](https://github.com/nuxt/content/commit/e58855fb))
27+
- Add terms ([798a0a8c](https://github.com/nuxt/content/commit/798a0a8c))
28+
- Add data pops in ContentRendererMarkdown and varaibles binding ([#2360](https://github.com/nuxt/content/pull/2360))
29+
- Update examples for content helpers composable ([b6ff9ba2](https://github.com/nuxt/content/commit/b6ff9ba2))
30+
- Upgrade deps ([feca11b6](https://github.com/nuxt/content/commit/feca11b6))
31+
- Improve home ([fe357920](https://github.com/nuxt/content/commit/fe357920))
32+
- Add links for shiki on home ([#2386](https://github.com/nuxt/content/pull/2386))
33+
- Update highlight.preload config ([#2395](https://github.com/nuxt/content/pull/2395))
34+
- Grammatical tweaks on markdown page ([#2394](https://github.com/nuxt/content/pull/2394))
35+
- Update bindings with default value ([#2397](https://github.com/nuxt/content/pull/2397))
36+
- Update 3.search.md ([40a2e5de](https://github.com/nuxt/content/commit/40a2e5de))
37+
38+
### ❤️ Contributors
39+
40+
- Farnabaz ([@farnabaz](http://github.com/farnabaz))
41+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
42+
- Estéban <[email protected]>
43+
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
44+
- AaronBeaudoin <[email protected]>
45+
46+
- Mathieu NICOLAS
47+
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
48+
- Vincent Giersch <[email protected]>
49+
450
## v2.8.5
551

652
[compare changes](https://github.com/nuxt/content/compare/v2.8.4...v2.8.5)

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": "2.8.5",
3+
"version": "2.9.0",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)