Skip to content

Commit 4020b66

Browse files
committed
chore(release): release v3.7.0
1 parent 8458ef7 commit 4020b66

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v3.7.0
6+
7+
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.6.0...v3.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Preserve orders ([b0f59c5](https://github.com/nuxtlabs/remark-mdc/commit/b0f59c5))
12+
13+
### 🩹 Fixes
14+
15+
- **auto-unwrap:** Improve stringify login and support paragraphs only ([#107](https://github.com/nuxtlabs/remark-mdc/pull/107))
16+
- Override front matter prefix/suffix ([be75677](https://github.com/nuxtlabs/remark-mdc/commit/be75677))
17+
- Do not unwrap heading ([024adeb](https://github.com/nuxtlabs/remark-mdc/commit/024adeb))
18+
19+
### 📖 Documentation
20+
21+
- Correctly close block components on "Slots" example ([#95](https://github.com/nuxtlabs/remark-mdc/pull/95))
22+
23+
### 🌊 Types
24+
25+
- Export plugin options type ([1cda4d8](https://github.com/nuxtlabs/remark-mdc/commit/1cda4d8))
26+
27+
### 🏡 Chore
28+
29+
- Upgrade deps ([8558577](https://github.com/nuxtlabs/remark-mdc/commit/8558577))
30+
31+
### ✅ Tests
32+
33+
- Add extra test ([11fd52e](https://github.com/nuxtlabs/remark-mdc/commit/11fd52e))
34+
35+
### 🤖 CI
36+
37+
- Upgrade actions ([8458ef7](https://github.com/nuxtlabs/remark-mdc/commit/8458ef7))
38+
39+
### ❤️ Contributors
40+
41+
- Farnabaz <[email protected]>
42+
- Snack ([@Snack-X](https://github.com/Snack-X))
43+
544
## v3.6.0
645

746
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.5.3...v3.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-mdc",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Remark plugin to support MDC syntax",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)