diff --git a/CHANGELOG.md b/CHANGELOG.md index e178e3f..37f6a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how > - 🚀 Performance > - 📝 Documentation +## [v1.2.0] (2022-12-14) + +### ✨ Feature + +- Add commands and configure changes to preview themes. +- Add the ability to automatically adapt to the editor's theme. + +### 🚧 Maintenance + +- Update codacy/codacy-analysis-cli-action digest to c4be364. + ## [v1.1.3] (2022-12-12) ### 💎 Improve @@ -53,6 +64,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Added full github markdown preview style. 🎉 +[v1.2.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.3...v1.2.0 [v1.1.3]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.2...v1.1.3 [v1.1.2]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.1...v1.1.2 [v1.1.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.0...v1.1.1 diff --git a/package.json b/package.json index c36c43f..dbe03cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-markdown-github", "displayName": "Github Markdown", - "version": "1.1.3", + "version": "1.2.0", "description": "A GitHub-style VSCode built-in markdown preview plugin.", "categories": [ "Other"