Skip to content

Commit c557c9a

Browse files
committed
Release 1.2.0
1 parent 3163a47 commit c557c9a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
> - 🚀 Performance
1717
> - 📝 Documentation
1818
19+
## [v1.2.0] (2022-12-14)
20+
21+
### ✨ Feature
22+
23+
- Add commands and configure changes to preview themes.
24+
- Add the ability to automatically adapt to the editor's theme.
25+
26+
### 🚧 Maintenance
27+
28+
- Update codacy/codacy-analysis-cli-action digest to c4be364.
29+
1930
## [v1.1.3] (2022-12-12)
2031

2132
### 💎 Improve
@@ -53,6 +64,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5364

5465
- Added full github markdown preview style. 🎉
5566

67+
[v1.2.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.3...v1.2.0
5668
[v1.1.3]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.2...v1.1.3
5769
[v1.1.2]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.1...v1.1.2
5870
[v1.1.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.0...v1.1.1

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.3",
4+
"version": "1.2.0",
55
"description": "A GitHub-style VSCode built-in markdown preview plugin.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)