Skip to content

Commit 04b2a37

Browse files
committed
chore(release): release v0.14.0
1 parent 6c6a036 commit 04b2a37

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22

33

4+
## v0.14.0
5+
6+
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.13.5...v0.14.0)
7+
8+
### 🩹 Fixes
9+
10+
- **MDCRenderer:** Do not render script tags ([6c6a036](https://github.com/nuxt-modules/mdc/commit/6c6a036))
11+
12+
### 📖 Documentation
13+
14+
- Current links presets ([#345](https://github.com/nuxt-modules/mdc/pull/345))
15+
- Clarifies the need to globally register the custom prose components ([#347](https://github.com/nuxt-modules/mdc/pull/347))
16+
17+
### 🏡 Chore
18+
19+
- Update nuxthub ci ([7fe5fe4](https://github.com/nuxt-modules/mdc/commit/7fe5fe4))
20+
- Update ci ([3ecd111](https://github.com/nuxt-modules/mdc/commit/3ecd111))
21+
- Update deps ([6e45da6](https://github.com/nuxt-modules/mdc/commit/6e45da6))
22+
- Update nuxthub deploy ([f464043](https://github.com/nuxt-modules/mdc/commit/f464043))
23+
- **playground:** Add prose ([5854ee3](https://github.com/nuxt-modules/mdc/commit/5854ee3))
24+
- **playground:** Add prose-invert ([63cc459](https://github.com/nuxt-modules/mdc/commit/63cc459))
25+
- Upgrade shiki v3 ([#349](https://github.com/nuxt-modules/mdc/pull/349))
26+
- Upgrade deps ([9c11dfd](https://github.com/nuxt-modules/mdc/commit/9c11dfd))
27+
- Upgrade deps ([b741441](https://github.com/nuxt-modules/mdc/commit/b741441))
28+
- Revert ohash ([a648cf8](https://github.com/nuxt-modules/mdc/commit/a648cf8))
29+
30+
### 🤖 CI
31+
32+
- Add nuxthub workflow ([6464d9f](https://github.com/nuxt-modules/mdc/commit/6464d9f))
33+
- Add `pkg-pr-new` ([55f8492](https://github.com/nuxt-modules/mdc/commit/55f8492))
34+
35+
### ❤️ Contributors
36+
37+
- Farnabaz <[email protected]>
38+
- Samuel M. Bednarz ([@CarelessCourage](http://github.com/CarelessCourage))
39+
- Guspan Tanadi ([@guspan-tanadi](http://github.com/guspan-tanadi))
40+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
41+
442
## v0.13.5
543

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/mdc",
3-
"version": "0.13.5",
3+
"version": "0.14.0",
44
"description": "Nuxt MDC module",
55
"repository": "nuxt-modules/mdc",
66
"license": "MIT",

0 commit comments

Comments
 (0)