Skip to content

Commit a313f48

Browse files
committed
chore(release): release v2.7.2
1 parent 7a6ab10 commit a313f48

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.7.2
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.7.1...v2.7.2)
7+
8+
### 🩹 Fixes
9+
10+
- Remark plugins deprecated warning ([#2188](https://github.com/nuxt/content/pull/2188))
11+
- Allow `]` in filename code block ([#2169](https://github.com/nuxt/content/pull/2169))
12+
13+
### 📖 Documentation
14+
15+
- Update slots example for the `content-query` component ([#2190](https://github.com/nuxt/content/pull/2190))
16+
17+
### ❤️ Contributors
18+
19+
- Estéban <[email protected]>
20+
- Farnabaz <[email protected]>
21+
422
## v2.7.1
523

624
[compare changes](https://github.com/nuxt/content/compare/v2.7.0...v2.7.1)

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

0 commit comments

Comments
 (0)