Commit 68572b3 1 parent c2e582e commit 68572b3 Copy full SHA for 68572b3
File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ v2.1.1] ( https://github.com/XadillaX/vscode-language-viml/compare/v2.1.0...v2.1.1 )
8
+
9
+ - chore(deps): update dependency typescript to ^4.6.3 [ ` #21 ` ] ( https://github.com/XadillaX/vscode-language-viml/pull/21 )
10
+ - chore: Configure Renovate [ ` #16 ` ] ( https://github.com/XadillaX/vscode-language-viml/pull/16 )
11
+ - chore: update renovate.json [ ` 1457612 ` ] ( https://github.com/XadillaX/vscode-language-viml/commit/14576128a27628f4bd2c2bf1d879b94bfdd10346 )
12
+ - Create FUNDING.yml [ ` 2f25d62 ` ] ( https://github.com/XadillaX/vscode-language-viml/commit/2f25d620b68566dcef87f0d58bb653a0fdf7f888 )
13
+ - docs(README): add sponsor button [ ` bd5c310 ` ] ( https://github.com/XadillaX/vscode-language-viml/commit/bd5c3102f8b8ae27de493e02fbca007e027dafb9 )
14
+
7
15
#### [ v2.1.0] ( https://github.com/XadillaX/vscode-language-viml/compare/v2.0.0...v2.1.0 )
8
16
9
17
> 11 March 2022
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<p align =" center " >
6
- <a href =" https://github.com/sponsors/XadillaX " ><img src =" https://github.com/XadillaX/vscode-language-viml/raw/master/assets/github_sponsor_btn.svg " /></a >
6
+ <a href =" https://github.com/sponsors/XadillaX " ><img src =" https://github.com/XadillaX/vscode-language-viml/raw/master/assets/github_sponsor_btn.png " /></a >
7
7
</p >
8
8
9
9
<p align =" center " >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " viml" ,
3
3
"displayName" : " VimL (Vim Language, Vim Script)" ,
4
- "version" : " 2.1.0 " ,
4
+ "version" : " 2.1.1 " ,
5
5
"description" : " Vim Script language server protocol and highlighting support for VSCode." ,
6
6
"scripts" : {
7
7
"update-grammar" : " make update-grammar" ,
You can’t perform that action at this time.
0 commit comments