Commit f586d67 1 parent edb409c commit f586d67 Copy full SHA for f586d67
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
16
16
> - 🚀 Performance
17
17
> - 📝 Documentation
18
18
19
+ ## [ v3.1.0] (2023-06-05)
20
+
21
+ ### ✨ Feature
22
+
23
+ - Add mermaid diagrams preview.
24
+
19
25
## [ v3.0.0] (2023-05-25)
20
26
21
27
### ✨ Feature
@@ -123,6 +129,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
123
129
124
130
- Added full github markdown preview style. 🎉
125
131
132
+ [ v3.1.0 ] : https://github.com/lzm0x219/vscode-markdown-github/compare/v3.0.0...v3.1.0
126
133
[ v3.0.0 ] : https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.1...v3.0.0
127
134
[ v2.0.1 ] : https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.0...v2.0.1
128
135
[ v2.0.0 ] : https://github.com/lzm0x219/vscode-markdown-github/compare/v1.2.0...v2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-markdown-github" ,
3
3
"displayName" : " Markdown Github Preview" ,
4
- "version" : " 3.0 .0" ,
4
+ "version" : " 3.1 .0" ,
5
5
"description" : " A GitHub-style VSCode built-in markdown preview plugin." ,
6
6
"categories" : [
7
7
" Other"
You can’t perform that action at this time.
0 commit comments