1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-22 02:54:21 +00:00

Bump version to 0.5.0

This commit is contained in:
Steffo 2022-05-04 15:05:02 +02:00
parent 420b59f920
commit 2a883507f6
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## [0.5.0] - 2022-05-04
- :sparkles: Add support for Elixir (`JakeBecker.elixir-ls`)
## [0.4.2] - 2022-03-10 ## [0.4.2] - 2022-03-10
- :sparkles: Add support for Jinja tags (`samuelcolvin.jinjahtml`) - :sparkles: Add support for Jinja tags (`samuelcolvin.jinjahtml`)

View file

@ -12,7 +12,7 @@
"type": "git", "type": "git",
"url": "https://github.com/Steffo99/steffula-code" "url": "https://github.com/Steffo99/steffula-code"
}, },
"version": "0.4.2", "version": "0.5.0",
"engines": { "engines": {
"vscode": "^1.63.0" "vscode": "^1.63.0"
}, },