Skip to content

Commit 706f5ad

Browse files
committed
chore(release): release v0.1.4
1 parent 3036a1e commit 706f5ad

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.4
5+
6+
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.1.3...v0.1.4)
7+
8+
### 🩹 Fixes
9+
10+
- **MDCSlot:** Do not unwrap Comment nodes ([fa45aa8](https://github.com/nuxt-modules/mdc/commit/fa45aa8))
11+
- **slot-transformer:** Drop plugin in favor of context imports ([f941516](https://github.com/nuxt-modules/mdc/commit/f941516))
12+
- **MDC:** Use raw content as `useAsyncData` key in `<MDC>` ([400e0de](https://github.com/nuxt-modules/mdc/commit/400e0de))
13+
- **MDCSlot:** Do not merge non-text vnodes ([82a5ff1](https://github.com/nuxt-modules/mdc/commit/82a5ff1))
14+
15+
### ❤️ Contributors
16+
17+
- Farnabaz <farnabaz@gmail.com>
18+
419
## v0.1.3
520

621
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.1.2...v0.1.3)

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.1.3",
3+
"version": "0.1.4",
44
"description": "Nuxt MDC module",
55
"repository": "nuxt-modules/mdc",
66
"license": "MIT",

0 commit comments

Comments
 (0)