Skip to content

Commit 2f7d455

Browse files
committed
chore(release): release v0.15.0
1 parent 55b067f commit 2f7d455

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.15.0
5+
6+
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.14.0...v0.15.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add `cache-key` to MDC component ([#353](https://github.com/nuxt-modules/mdc/pull/353))
11+
12+
### 🩹 Fixes
13+
14+
- **parser:** Provide default `cwd` to prevent exception outside node environment ([738defe](https://github.com/nuxt-modules/mdc/commit/738defe))
15+
- **parse:** Prevent undefined error due to bundler optimization ([30cd412](https://github.com/nuxt-modules/mdc/commit/30cd412))
16+
- **mdc-remark:** Do not remove new lines from paragraphs ([49d0ed4](https://github.com/nuxt-modules/mdc/commit/49d0ed4))
17+
18+
### ❤️ Contributors
19+
20+
- Sébastien Chopin <[email protected]>
21+
- Farnabaz <[email protected]>
22+
423
## v0.14.0
524

625
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.13.5...v0.14.0)

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

0 commit comments

Comments
 (0)