Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 committed May 25, 2023
1 parent b3040f8 commit 17addc1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 17addc1

Please sign in to comment.