diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bad6c..8dbc258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the **JBang** extension will be documented in this file. +## [0.11.0] 26/02/2024 +- Added textmate grammar for JBang directives +- Fixed error reporting for unresolved dependencies +- Updated various dependencies + ## [0.10.0] 08/12/2023 - Added `//Q:CONFIG` completion if `//DEPS io.quarkus:quarkus` is found - Fixed running JBang installed via scoop on Windows diff --git a/package-lock.json b/package-lock.json index ab1551c..9ee16a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jbang-vscode", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jbang-vscode", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "axios": "1.6.5", diff --git a/package.json b/package.json index f3f0af7..5bd2215 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jbang-vscode", "displayName": "JBang", "description": "JBang support for VS Code Java", - "version": "0.10.0", + "version": "0.11.0", "icon": "icons/jbang.png", "publisher": "jbangdev", "license": "MIT",