Skip to content

Commit 076d5c6

Browse files
committed
chore(release): release v3.2.1
1 parent 875982c commit 076d5c6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.2.1
6+
7+
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.2.0...v3.2.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Support code block as component props ([#67](https://github.com/nuxtlabs/remark-mdc/pull/67))
12+
13+
### 📖 Documentation
14+
15+
- Add badges ([eb67516](https://github.com/nuxtlabs/remark-mdc/commit/eb67516))
16+
- Add link to vscode-mdc ([864feea](https://github.com/nuxtlabs/remark-mdc/commit/864feea))
17+
18+
### 🏡 Chore
19+
20+
- Remove packagemanger from pakcage json ([875982c](https://github.com/nuxtlabs/remark-mdc/commit/875982c))
21+
22+
### ❤️ Contributors
23+
24+
- Farnabaz <[email protected]>
25+
- Emmanuel Salomon ([@ManUtopiK](http://github.com/ManUtopiK))
26+
- Sébastien Chopin <[email protected]>
27+
528
## v3.2.0
629

730
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.1.0...v3.2.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-mdc",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Remark plugin to support MDC syntax",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)