Skip to content

Commit 908388b

Browse files
committed
chore(release): release v2.5.1
1 parent b92d18a commit 908388b

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.5.1
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.5.0...v2.5.1)
7+
8+
9+
### 🩹 Fixes
10+
11+
- **client-db:** Ensure `ignoreSources` is an array ([45b44a69](https://github.com/nuxt/content/commit/45b44a69))
12+
- **document-driven:** Page layout detection ([#1955](https://github.com/nuxt/content/pull/1955))
13+
14+
### 🏡 Chore
15+
16+
- **release:** Release v2.5.0 ([2bce04c8](https://github.com/nuxt/content/commit/2bce04c8))
17+
18+
### ❤️ Contributors
19+
20+
- Farnabaz <[email protected]>
21+
422
## v2.5.0
523

624
[compare changes](https://github.com/nuxt/content/compare/v2.4.3...v2.5.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.5.0",
3+
"version": "2.5.1",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)