From 17addc1c3451ce2b1d4dea514f2d850713901103 Mon Sep 17 00:00:00 2001 From: 0x219 Date: Thu, 25 May 2023 16:04:06 +0800 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef0b83..0841e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how > - 🚀 Performance > - 📝 Documentation +## [v3.0.0] (2023-05-25) + +### ✨ Feature + +- Add "Note" and "Warning" support for blockquote. + +### 💥 Breaking + +- The specified compatible VS Code version is changed to 1.78.0 and above. + +### 🧱 Refactor + +- Refactored the writing of events and commands. + +### 📦 Dependencies + +- Updated all project dependency versions. + ## [v2.0.1] (2023-01-04) ### 💎 Improve @@ -105,6 +123,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Added full github markdown preview style. 🎉 +[v3.0.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.1...v3.0.0 [v2.0.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.2.0...v2.0.0 [v1.2.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.3...v1.2.0 diff --git a/package.json b/package.json index 226c084..14a5839 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-markdown-github", "displayName": "Markdown Github Preview", - "version": "2.0.1", + "version": "3.0.0", "description": "A GitHub-style VSCode built-in markdown preview plugin.", "categories": [ "Other"