diff --git a/CHANGELOG.md b/CHANGELOG.md index a52e4bd0f..38e78ac71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to the "vscode-camelk" extension will be documented in this file. +## 0.0.37 + ## 0.0.36 - Requires jbang for java standalone completion. It allows also to get rid of internal dependency to `kamel local` which is removed from kamel 2.x. diff --git a/package-lock.json b/package-lock.json index 971274d87..83c32a8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-camelk", - "version": "0.0.36", + "version": "0.0.37", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-camelk", - "version": "0.0.36", + "version": "0.0.37", "license": "Apache-2.0", "dependencies": { "@redhat-developer/vscode-redhat-telemetry": "^0.7.0", diff --git a/package.json b/package.json index 345da5ae3..b6d972aeb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Tooling for Apache Camel K by Red Hat", "description": "VS Code support for Apache Camel K functionality", "license": "Apache-2.0", - "version": "0.0.36", + "version": "0.0.37", "publisher": "redhat", "icon": "icons/icon128.png", "preview": true,