diff --git a/CHANGELOG.md b/CHANGELOG.md index b644b70..e67ebb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 52f504d..5a38024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "texinfo", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c96d28d..d223522 100644 --- a/package.json +++ b/package.json @@ -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",