Prepare release 0.17.0 (#15)

This commit is contained in:
Islon Scherer 2024-03-12 13:18:58 +01:00 committed by GitHub
parent 2e35d23a9d
commit 66982961b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: vscode
title: VS Code Extension
version: 0.16.0
version: 0.17.0
nav:
- nav.adoc

View File

@ -1,5 +1,11 @@
= Changelog
== 0.17.0 (2024-03-12)
=== Miscellaneous
* Changes Pkl TextMate grammar to link:https://github.com/apple/pkl.tmbundle[pkl.tmBundle]
== 0.16.0 (2024-02-28)
=== Fixes

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pkl-vscode",
"version": "0.16.0",
"version": "0.17.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pkl-vscode",
"version": "0.16.0",
"version": "0.17.0",
"license": "Apache-2.0",
"devDependencies": {
"@apple/tree-sitter-pkl": "^0.16.0",

View File

@ -3,7 +3,7 @@
"displayName": "Pkl",
"description": "Syntax highlighting, bracket matching, and code folding for Pkl files.",
"icon": "img/icon.png",
"version": "0.16.0",
"version": "0.17.0",
"publisher": "Pkl",
"license": "Apache-2.0",
"repository": {