Skip to content

Commit b26ef2a

Browse files
committed
chore(release): 0.3.0
1 parent b4a5968 commit b26ef2a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [0.3.0](https://github.com/mdx-js/vscode-mdx/compare/v0.2.3...v0.3.0) (2022-07-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* use mdx v2 comment syntax
11+
12+
### Features
13+
14+
* use mdx v2 comment syntax ([b4a5968](https://github.com/mdx-js/vscode-mdx/commit/b4a5968213d83ccca3dd96d0fd2ce3aaba8ab505))
15+
516
### [0.2.3](https://github.com/mdx-js/vscode-mdx/compare/v0.2.2...v0.2.3) (2021-03-17)
617

718
### [0.2.2](https://github.com/mdx-js/vscode-mdx/compare/v0.2.1...v0.2.2) (2020-08-05)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-mdx",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"displayName": "VSCode MDX",
55
"description": "Visual Studio Code extension for MDX",
66
"categories": [

0 commit comments

Comments
 (0)