Skip to content

Commit 68572b3

Browse files
committed
chore: bump to 2.1.1
1 parent c2e582e commit 68572b3

5 files changed

+10
-9
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

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+
715
#### [v2.1.0](https://github.com/XadillaX/vscode-language-viml/compare/v2.0.0...v2.1.0)
816

917
> 11 March 2022

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<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>
77
</p>
88

99
<p align="center">

assets/github_sponsor_btn.png

2.32 KB
Loading

assets/github_sponsor_btn.svg

-7
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viml",
33
"displayName": "VimL (Vim Language, Vim Script)",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "Vim Script language server protocol and highlighting support for VSCode.",
66
"scripts": {
77
"update-grammar": "make update-grammar",

0 commit comments

Comments
 (0)