Skip to content

Commit cb653b2

Browse files
committed
chore(release): release v2.7.0
1 parent 6fc5c25 commit cb653b2

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.7.0
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.6.0...v2.7.0)
7+
8+
9+
### 🚀 Enhancements
10+
11+
- **shiki:** Support italic, bold and underline styles ([#2079](https://github.com/nuxt/content/pull/2079))
12+
- **config:** Update ignores to advanced pattern ([#2035](https://github.com/nuxt/content/pull/2035))
13+
14+
### 🩹 Fixes
15+
16+
- **link:** Remove hash before checking if ending by '.md' ([#2033](https://github.com/nuxt/content/pull/2033))
17+
- **markdown:** Prevent script execution ([#2040](https://github.com/nuxt/content/pull/2040))
18+
- **code-block:** Pass language as class name ([#2064](https://github.com/nuxt/content/pull/2064))
19+
- **tailwind-integration:** Allow content as object ([#2060](https://github.com/nuxt/content/pull/2060))
20+
- **code-block:** Meta property ([#2067](https://github.com/nuxt/content/pull/2067))
21+
- **markdown:** Respect `_draft` key in frontmatter ([#2077](https://github.com/nuxt/content/pull/2077))
22+
23+
### 📖 Documentation
24+
25+
- Guide for adding custom grammars for syntax highlighting ([7da9b286](https://github.com/nuxt/content/commit/7da9b286))
26+
- Add example of additional sorting options for queryContent ([#2042](https://github.com/nuxt/content/pull/2042))
27+
- Explain useasyncdata wrapping ([#2054](https://github.com/nuxt/content/pull/2054))
28+
- Update url ([#2055](https://github.com/nuxt/content/pull/2055))
29+
- Add latest to nuxi command ([2939b793](https://github.com/nuxt/content/commit/2939b793))
30+
- Update `Content Wind` live demo url ([#2080](https://github.com/nuxt/content/pull/2080))
31+
- Update links ([#2085](https://github.com/nuxt/content/pull/2085))
32+
- Remove outdated description ([#2098](https://github.com/nuxt/content/pull/2098))
33+
34+
### 🏡 Chore
35+
36+
- Use caret dependency for kit ([#2044](https://github.com/nuxt/content/pull/2044))
37+
38+
### ❤️ Contributors
39+
40+
- TomatoGuy0502 <H34066131@gs.ncku.edu.tw>
41+
- Dave Stewart <dave@davestewart.co.uk>
42+
- Kricsleo
43+
- Nobkd
44+
- Mukund Shah
45+
- Farnabaz <farnabaz@gmail.com>
46+
- Inesh Bose
47+
- Stefanprobst <stefanprobst@posteo.de>
48+
- Sébastien Chopin <seb@nuxtlabs.com>
49+
- Clément Ollivier ([@clemcode](http://github.com/clemcode))
50+
- YannC
51+
- James Tyner
52+
- Ashour <ashour.mohammad@gmail.com>
53+
- Daniel Roe <daniel@roe.dev>
54+
455
## v2.6.0
556

657
[compare changes](https://github.com/nuxt/content/compare/v2.5.2...v2.6.0)

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

0 commit comments

Comments
 (0)