Skip to content

Commit 409f03f

Browse files
authored
chore(release): release v2.2.1
1 parent a7e4f27 commit 409f03f

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.2.1
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.2.0...v2.2.1)
7+
8+
9+
### 🩹 Fixes
10+
11+
- **module:** Do not warn when sources is empty ([42fffc98](https://github.com/nuxt/content/commit/42fffc98))
12+
- **module:** Set default hostname for dev socket ([#1624](https://github.com/nuxt/content/pull/1624))
13+
- **Document Driven:** Layout prefetching ([#1637](https://github.com/nuxt/content/pull/1637))
14+
- **MarkdownParser:** Refine content path in anchor link ([#1629](https://github.com/nuxt/content/pull/1629))
15+
16+
### 📖 Documentation
17+
18+
- Fix typo ([#1632](https://github.com/nuxt/content/pull/1632))
19+
- Fix apostrophe character ([#1633](https://github.com/nuxt/content/pull/1633))
20+
- Fix typo ([#1634](https://github.com/nuxt/content/pull/1634))
21+
22+
### 🏡 Chore
23+
24+
- Move algolia keys to env ([138bb7d4](https://github.com/nuxt/content/commit/138bb7d4))
25+
- Upgrade remark-mdc ([#1627](https://github.com/nuxt/content/pull/1627))
26+
- Upgrade deps ([#1640](https://github.com/nuxt/content/pull/1640))
27+
28+
### ❤️ Contributors
29+
30+
- Ahad Birang
31+
- Nobkd
32+
- Selemondev
33+
- Sébastien Chopin
34+
435
## v2.2.0
536

637
[compare changes](https://github.com/nuxt/content/compare/v2.1.1...v2.2.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.2.0",
3+
"version": "2.2.1",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)