Skip to content

Commit 85ac40a

Browse files
committed
chore(release): release v0.20.0
1 parent 6113f84 commit 85ac40a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.20.0
5+
6+
[compare changes](https://github.com/nuxt-content/mdc/compare/v0.19.2...v0.20.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Introduce `mdc.componenets.customElements` ([#444](https://github.com/nuxt-content/mdc/pull/444))
11+
12+
### 🩹 Fixes
13+
14+
- Call `mdc:configSources` after all modules have run ([#455](https://github.com/nuxt-content/mdc/pull/455))
15+
16+
### 🏡 Chore
17+
18+
- Upgrade deps ([ded01e9](https://github.com/nuxt-content/mdc/commit/ded01e9))
19+
- Upgrade deps ([6113f84](https://github.com/nuxt-content/mdc/commit/6113f84))
20+
21+
### ❤️ Contributors
22+
23+
- Farnabaz <farnabaz@gmail.com>
24+
- Ari Gestetner ([@Ariges770](https://github.com/Ariges770))
25+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
26+
427
## v0.19.2
528

629
[compare changes](https://github.com/nuxt-content/mdc/compare/v0.19.1...v0.19.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/mdc",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Nuxt MDC module",
55
"repository": "nuxt-content/mdc",
66
"license": "MIT",

0 commit comments

Comments
 (0)