Skip to content

Commit de5125d

Browse files
committed
Release v1.1.3
1 parent 6a5c2e0 commit de5125d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
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+
## [v1.1.3] (2022-12-12)
20+
21+
### πŸ’Ž Improve
22+
23+
- Supported to version 1.41 and above.
24+
1925
## [v1.1.2] (2022-12-12)
2026

2127
### 🚧 Maintenance
@@ -47,6 +53,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4753

4854
- Added full github markdown preview style. πŸŽ‰
4955

56+
[v1.1.3]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.2...v1.1.3
5057
[v1.1.2]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.1...v1.1.2
5158
[v1.1.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.0...v1.1.1
5259
[v1.1.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.0.0...v1.1.0

β€Žpackage.jsonβ€Ž

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

0 commit comments

Comments
Β (0)