Prepare for v0.1.2

This commit is contained in:
CismonX 2020-12-31 14:42:10 +08:00
parent d089f57160
commit c718f370ae
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.1.2 - 12/31/2020
* Update the "go-to-file" icon ID in Code Lens, as the original icon no longer exists in the latest version of VSCode.
* Update dependencies.
## v0.1.1 - 11/30/2020
* Minor bugfix in code completion.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "texinfo",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -3,7 +3,7 @@
"displayName": "Texinfo Language Support",
"description": "Provides basic editing experience for Texinfo documents, including syntax highlighting, code completion, HTML preview, etc.",
"publisher": "cismonx",
"version": "0.1.1",
"version": "0.1.2",
"author": {
"name": "CismonX",
"email": "admin@cismon.net",