Skip to content

Commit 6b47e1d

Browse files
committed
chore(release): release v0.16.0
1 parent a185c02 commit 6b47e1d

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.16.0
5+
6+
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.15.0...v0.16.0)
7+
8+
### 🩹 Fixes
9+
10+
- **MDC:** Do not generate title/description and toc ([#354](https://github.com/nuxt-modules/mdc/pull/354))
11+
- Upgrade deps and drop ohash ([3d08c74](https://github.com/nuxt-modules/mdc/commit/3d08c74))
12+
- Broken custom highlighter ([d090484](https://github.com/nuxt-modules/mdc/commit/d090484))
13+
14+
### 🏡 Chore
15+
16+
- Drop edge channel in favor of `pkg-pr-new` releases ([35cc446](https://github.com/nuxt-modules/mdc/commit/35cc446))
17+
- Upgrade deps ([3853b10](https://github.com/nuxt-modules/mdc/commit/3853b10))
18+
19+
### ❤️ Contributors
20+
21+
- Farnabaz <farnabaz@gmail.com>
22+
423
## v0.15.0
524

625
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.14.0...v0.15.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.15.0",
3+
"version": "0.16.0",
44
"description": "Nuxt MDC module",
55
"repository": "nuxt-modules/mdc",
66
"license": "MIT",

0 commit comments

Comments
 (0)