Skip to content

Commit f6143c2

Browse files
committed
Release v2.0.1
1 parent ae6662c commit f6143c2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
> - 🚀 Performance
1717
> - 📝 Documentation
1818
19+
## [v2.0.1] (2023-01-04)
20+
21+
### 💎 Improve
22+
23+
- Add img tag path compatibility ([#80](https://github.com/lzm0x219/vscode-markdown-github/pull/80))
24+
25+
### 📦 Dependencies
26+
27+
- Update dependency @vscode/vsce to v2.16.0 ([#70](https://github.com/lzm0x219/vscode-markdown-github/pull/70))
28+
- Update dependency @types/node to v18.11.18 ([#71](https://github.com/lzm0x219/vscode-markdown-github/pull/71))
29+
- Update dependency esbuild-sass-plugin to v2.4.5 ([#75](https://github.com/lzm0x219/vscode-markdown-github/pull/75)))
30+
- Update dependency @primer/view-components to v0.0.117 ([#76](https://github.com/lzm0x219/vscode-markdown-github/pull/76)))
31+
- Update dependency esbuild to v0.16.13 ([#78](https://github.com/lzm0x219/vscode-markdown-github/pull/78)))
32+
- Update dependency husky to v8.0.3 ([#79](https://github.com/lzm0x219/vscode-markdown-github/pull/79)))
33+
34+
### 🚧 Maintenance
35+
36+
- Update events registration methods
37+
38+
### 📝 Documentation
39+
40+
- Added description of the preview theme
41+
1942
## [v2.0.0] (2022-12-20)
2043

2144
### ✨ Feature
@@ -82,6 +105,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
82105

83106
- Added full github markdown preview style. 🎉
84107

108+
[v2.0.1]: https://github.com/lzm0x219/vscode-markdown-github/compare/v2.0.0...v2.0.1
109+
[v2.0.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.2.0...v2.0.0
85110
[v1.2.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.3...v1.2.0
86111
[v1.1.3]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.2...v1.1.3
87112
[v1.1.2]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.1.1...v1.1.2

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

0 commit comments

Comments
 (0)