Skip to content

Commit 3eace12

Browse files
committed
chore(release): release v3.8.0
1 parent d8e933a commit 3eace12

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.8.0
6+
7+
[compare changes](https://github.com/nuxt-content/remark-mdc/compare/v3.7.0...v3.8.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Allow passing options to `yaml.stringify` ([7127020](https://github.com/nuxt-content/remark-mdc/commit/7127020))
12+
13+
### 🌊 Types
14+
15+
- Fix stringify options type ([25cc82c](https://github.com/nuxt-content/remark-mdc/commit/25cc82c))
16+
17+
### 🏡 Chore
18+
19+
- Update respository address ([1ae6323](https://github.com/nuxt-content/remark-mdc/commit/1ae6323))
20+
- Upgrade `package.json` ([b2cc83f](https://github.com/nuxt-content/remark-mdc/commit/b2cc83f))
21+
- Upgrade deps ([dcb6e13](https://github.com/nuxt-content/remark-mdc/commit/dcb6e13))
22+
23+
### 🤖 CI
24+
25+
- Use pkg-pr-new ([9684437](https://github.com/nuxt-content/remark-mdc/commit/9684437))
26+
27+
### ❤️ Contributors
28+
29+
- Farnabaz <[email protected]>
30+
531
## v3.7.0
632

733
[compare changes](https://github.com/nuxt-content/remark-mdc/compare/v3.6.0...v3.7.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.7.0",
3+
"version": "3.8.0",
44
"description": "Remark plugin to support MDC syntax",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)