Prepare for v0.1.3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
CismonX 2021-02-09 17:12:29 +08:00
parent b00289b015
commit d0cd0f8fcd
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.1.3 - 02/09/2021
* Fix completion of block command `@detailmenu`.
* Say goodbye to GitHub.
* Update dependencies.
## 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.

View File

@ -1,6 +1,6 @@
# vscode-texinfo
[![Build Status](https://drone.cismon.net/api/badges/CismonX/vscode-texinfo/status.svg)](https://drone.cismon.net/CismonX/vscode-texinfo)
[![Build Status](https://shields.io/drone/build/CismonX/vscode-texinfo?server=https%3A%2F%2Fdrone.cismon.net)](https://drone.cismon.net/CismonX/vscode-texinfo)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
Texinfo language support for Visual Studio Code.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "texinfo",
"version": "0.1.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"author": {
"name": "CismonX",
"email": "admin@cismon.net",