Skip to content

Commit 2bce04c

Browse files
committed
chore(release): release v2.5.0
1 parent ee434ef commit 2bce04c

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.5.0
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.4.3...v2.5.0)
7+
8+
9+
### 🚀 Enhancements
10+
11+
- Introduce `component-resolver` transformer ([#1907](https://github.com/nuxt/content/pull/1907))
12+
- **client-db:** Allow possibility to ignore some sources from client storage ([#1917](https://github.com/nuxt/content/pull/1917))
13+
14+
### 🩹 Fixes
15+
16+
- Add anchorLinks type ([#1894](https://github.com/nuxt/content/pull/1894))
17+
- **headings:** Don't generate link if `id` is missing ([#1893](https://github.com/nuxt/content/pull/1893))
18+
- **code block:** Use div instead of span ([#1885](https://github.com/nuxt/content/pull/1885))
19+
- Types ([#1912](https://github.com/nuxt/content/pull/1912))
20+
- Db access time issue ([#1838](https://github.com/nuxt/content/pull/1838))
21+
- Refresh content-index on nitro start ([#1947](https://github.com/nuxt/content/pull/1947))
22+
- **findSurround:** Allow before and after to be 0 ([#1922](https://github.com/nuxt/content/pull/1922))
23+
- **module:** Close dev server on nitro close ([#1952](https://github.com/nuxt/content/pull/1952))
24+
25+
### 📖 Documentation
26+
27+
- Remove extraneous comma ([#1878](https://github.com/nuxt/content/pull/1878))
28+
- Update link to useHead ([#1895](https://github.com/nuxt/content/pull/1895))
29+
- Update get-started description ([13a2e1cf](https://github.com/nuxt/content/commit/13a2e1cf))
30+
- Update content list query example ([#1901](https://github.com/nuxt/content/pull/1901))
31+
- Fix deployment ([#1913](https://github.com/nuxt/content/pull/1913))
32+
- Update documentDriven config ([#1915](https://github.com/nuxt/content/pull/1915))
33+
- Add examples for JSON string for inline props ([#1882](https://github.com/nuxt/content/pull/1882))
34+
- Update badges ([737d5c54](https://github.com/nuxt/content/commit/737d5c54))
35+
- Add github in sources ([#1946](https://github.com/nuxt/content/pull/1946))
36+
37+
### ❤️ Contributors
38+
39+
- Farnabaz <farnabaz@gmail.com>
40+
- Barbapapazes ([@Barbapapazes](http://github.com/Barbapapazes))
41+
- Sébastien Chopin <seb@nuxtjs.com>
42+
- Wolfgang Drescher <drescher.wolfgang@gmail.com>
43+
- Estéban
44+
- Patrik
45+
- Nobkd
46+
- Clément Ollivier ([@clemcode](http://github.com/clemcode))
47+
- Ben Hong ([@bencodezen](http://github.com/bencodezen))
48+
449
## v2.4.3
550

651
[compare changes](https://github.com/nuxt/content/compare/v2.4.2...v2.4.3)

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

0 commit comments

Comments
 (0)