From f6d22104acd89ad46f583374a268b863c13533d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 7 Nov 2023 15:12:16 +0100 Subject: [PATCH] Prepare next development iteration 0.0.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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,