chore: prepare for v0.3.0
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
CismonX 2024-04-04 08:46:50 +08:00
parent 8f289fbcb8
commit f8bcf86fb1
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
3 changed files with 11 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!--
Copyright (C) 2020,2021,2022 CismonX <admin@cismon.net>
Copyright (C) 2020,2021,2022,2024 CismonX <admin@cismon.net>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
@ -8,6 +8,11 @@
# Changelog
## v0.3.0 - 04/04/2024
* Add configuration for customization variables (`makeinfo -c KEY=VAL`).
* Support GNU Texinfo 7.1.
## v0.2.4 - 02/02/2022
* Fix a bug which breaks the snippet completion of block commands.

6
package-lock.json generated
View File

@ -1,18 +1,18 @@
{
"_copyrightNotice": [
"Copyright (C) 2020,2021,2022 CismonX <admin@cismon.net>",
"Copyright (C) 2020,2021,2022,2024 CismonX <admin@cismon.net>",
"Copying and distribution of this file, with or without modification,",
"are permitted in any medium without royalty, provided the copyright notice and this notice are preserved.",
"This file is offered as-is, without any warranty."
],
"name": "texinfo",
"version": "0.2.4",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "texinfo",
"version": "0.2.4",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^18.11.9",

View File

@ -1,6 +1,6 @@
{
"_copyrightNotice": [
"Copyright (C) 2020,2021,2022 CismonX <admin@cismon.net>",
"Copyright (C) 2020,2021,2022,2024 CismonX <admin@cismon.net>",
"Copying and distribution of this file, with or without modification,",
"are permitted in any medium without royalty, provided the copyright notice and this notice are preserved.",
"This file is offered as-is, without any warranty."
@ -9,7 +9,7 @@
"displayName": "Texinfo Language Support",
"description": "Texinfo language support for Visual Studio Code",
"publisher": "cismonx",
"version": "0.2.4",
"version": "0.3.0",
"author": {
"name": "CismonX",
"email": "admin@cismon.net",