Skip to content

Commit 79dc516

Browse files
committed
chore(release): release v3.9.0
1 parent 76bc3a4 commit 79dc516

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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.9.0
6+
7+
[compare changes](https://github.com/nuxt-content/remark-mdc/compare/v3.8.1...v3.9.0)
8+
9+
### 🩹 Fixes
10+
11+
- **stringify:** Do not add indent empty lines ([c25661a](https://github.com/nuxt-content/remark-mdc/commit/c25661a))
12+
- Allow using `#` in class name ([#116](https://github.com/nuxt-content/remark-mdc/pull/116))
13+
- **stringify:** Yaml props if more than 3 props or have multi-line value ([15bae0f](https://github.com/nuxt-content/remark-mdc/commit/15bae0f))
14+
- Container indentation relative to parent, not lists ([f78753c](https://github.com/nuxt-content/remark-mdc/commit/f78753c))
15+
- ListItem children should not separated by blank line ([287822a](https://github.com/nuxt-content/remark-mdc/commit/287822a))
16+
- Use yaml format for complex attributes ([8b0c25f](https://github.com/nuxt-content/remark-mdc/commit/8b0c25f))
17+
- Convert json attributes to yaml syntax ([597e125](https://github.com/nuxt-content/remark-mdc/commit/597e125))
18+
19+
### 🏡 Chore
20+
21+
- Upgrade deps ([d917f1a](https://github.com/nuxt-content/remark-mdc/commit/d917f1a))
22+
- Upgrade deps ([76bc3a4](https://github.com/nuxt-content/remark-mdc/commit/76bc3a4))
23+
24+
### ✅ Tests
25+
26+
- Add more test in formatting ([50d9f2e](https://github.com/nuxt-content/remark-mdc/commit/50d9f2e))
27+
- Add more test in formatting ([3401af1](https://github.com/nuxt-content/remark-mdc/commit/3401af1))
28+
29+
### ❤️ Contributors
30+
31+
- Farnabaz <farnabaz@gmail.com>
32+
533
## v3.8.1
634

735
[compare changes](https://github.com/nuxt-content/remark-mdc/compare/v3.8.0...v3.8.1)

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

0 commit comments

Comments
 (0)