Skip to content

Commit f586d67

Browse files
committed
Release v3.1.0
1 parent edb409c commit f586d67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
> - 🚀 Performance
1717
> - 📝 Documentation
1818
19+
## [v3.1.0] (2023-06-05)
20+
21+
### ✨ Feature
22+
23+
- Add mermaid diagrams preview.
24+
1925
## [v3.0.0] (2023-05-25)
2026

2127
### ✨ Feature
@@ -123,6 +129,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
123129

124130
- Added full github markdown preview style. 🎉
125131

132+
[v3.1.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v3.0.0...v3.1.0
126133
[v3.0.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.1...v3.0.0
127134
[v2.0.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.0...v2.0.1
128135
[v2.0.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.2.0...v2.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-markdown-github",
33
"displayName": "Markdown Github Preview",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "A GitHub-style VSCode built-in markdown preview plugin.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)