Skip to content

Commit

Permalink
Prepare release 0.18.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball authored Dec 20, 2024
1 parent de48d57 commit 4db5dc2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vscode
title: VS Code Extension
version: 0.18.1
version: 0.18.2
nav:
- nav.adoc
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4db5dc2

Please sign in to comment.