Skip to content

Commit faa8dd7

Browse files
committed
chore(release): release v3.5.1
1 parent 533ee0c commit faa8dd7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.5.1
6+
7+
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.5.0...v3.5.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Expose micromark extension ([533ee0c](https://github.com/nuxtlabs/remark-mdc/commit/533ee0c))
12+
13+
### 🩹 Fixes
14+
15+
- **stringify:** Empty line between frontmatter and content ([80673e0](https://github.com/nuxtlabs/remark-mdc/commit/80673e0))
16+
- **attributes:** Treat non-bounded attribute like html attributes ([#91](https://github.com/nuxtlabs/remark-mdc/pull/91))
17+
18+
### ❤️ Contributors
19+
20+
- Farnabaz <[email protected]>
21+
522
## v3.5.0
623

724
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.4.0...v3.5.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.5.0",
3+
"version": "3.5.1",
44
"description": "Remark plugin to support MDC syntax",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)