From 4db5dc2264e1ea56982c7e4ae68dcd11ff0f9d92 Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Fri, 20 Dec 2024 08:47:26 -0800 Subject: [PATCH] Prepare release 0.18.2 (#43) --- docs/antora.yml | 2 +- docs/modules/ROOT/pages/changelog.adoc | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index bf29720..da05040 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: vscode title: VS Code Extension -version: 0.18.1 +version: 0.18.2 nav: - nav.adoc \ No newline at end of file diff --git a/docs/modules/ROOT/pages/changelog.adoc b/docs/modules/ROOT/pages/changelog.adoc index fc321b7..72cbbe8 100644 --- a/docs/modules/ROOT/pages/changelog.adoc +++ b/docs/modules/ROOT/pages/changelog.adoc @@ -1,5 +1,16 @@ = Changelog +[[release-0.18.2]] +== 0.18.2 (2024-12-20) + +=== Fixes + +* Fix compatbility issues when running on Windows (https://github.com/apple/pkl-vscode/pull/41[#41]). + +=== Contributors ❤️ + +* link:https://github.com/riccardopiola[@riccardopiola] + [[release-0.18.1]] == 0.18.1 (2024-10-14) diff --git a/package-lock.json b/package-lock.json index 95b26fd..9dbc8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pkl-vscode", - "version": "0.18.1", + "version": "0.18.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pkl-vscode", - "version": "0.18.1", + "version": "0.18.2", "license": "Apache-2.0", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index ee0ceed..b010709 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Pkl", "description": "Syntax highlighting, bracket matching, and code folding for Pkl files.", "icon": "img/icon.png", - "version": "0.18.1", + "version": "0.18.2", "publisher": "Pkl", "license": "Apache-2.0", "repository": {