Skip to content

Commit 660cbdd

Browse files
committed
chore(release): release v3.3.0
1 parent 41f7e3c commit 660cbdd

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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.3.0
6+
7+
[compare changes](https://github.com/nuxtlabs/remark-mdc/compare/v3.2.1...v3.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Option for max attributes length ([#79](https://github.com/nuxtlabs/remark-mdc/pull/79))
12+
- Allow using inline components inside parentheses ([f0f168c](https://github.com/nuxtlabs/remark-mdc/commit/f0f168c))
13+
14+
### 🩹 Fixes
15+
16+
- **to-markdown:** Check if value if an object to properly simple quote value ([#81](https://github.com/nuxtlabs/remark-mdc/pull/81))
17+
- Resolve experimental features conflict ([b0e2daa](https://github.com/nuxtlabs/remark-mdc/commit/b0e2daa))
18+
- **autoUnwrap:** Do not unwrap tables ([7195bcc](https://github.com/nuxtlabs/remark-mdc/commit/7195bcc))
19+
- Codeblock yaml data section ([b74b764](https://github.com/nuxtlabs/remark-mdc/commit/b74b764))
20+
- Remove scaped char `\` from attributes value ([#89](https://github.com/nuxtlabs/remark-mdc/pull/89))
21+
- **to-markdown:** Parse component props object ([#84](https://github.com/nuxtlabs/remark-mdc/pull/84))
22+
- **to-markdown:** Link reference attributes ([41f7e3c](https://github.com/nuxtlabs/remark-mdc/commit/41f7e3c))
23+
24+
### 🏡 Chore
25+
26+
- Replace `js-yaml` by `yaml` package ([#82](https://github.com/nuxtlabs/remark-mdc/pull/82))
27+
- Remove studio ci ([58ca74a](https://github.com/nuxtlabs/remark-mdc/commit/58ca74a))
28+
29+
### ✅ Tests
30+
31+
- Update snapshots ([f92a84f](https://github.com/nuxtlabs/remark-mdc/commit/f92a84f))
32+
33+
### 🤖 CI
34+
35+
- Upgrade actions ([fcb2ff3](https://github.com/nuxtlabs/remark-mdc/commit/fcb2ff3))
36+
37+
### ❤️ Contributors
38+
39+
- Farnabaz <[email protected]>
40+
- Emmanuel Salomon ([@ManUtopiK](http://github.com/ManUtopiK))
41+
542
## v3.2.1
643

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

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.1",
3+
"version": "3.3.0",
44
"description": "Remark plugin to support MDC syntax",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)