From 95d94740d605d256f6113395094405da6fa40e14 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Mon, 19 Feb 2024 13:06:49 +0800 Subject: [PATCH] Prepare hotfix release for 0.56.1 (#1441) --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3a0f8..8f59a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "vscode-java-debugger" extension will be documented i The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.56.1 - 2024-02-19 +### Fixed +- Fix the java.lang.NoClassDefFoundError when triggering code completion in DEBUG CONSOLE. See [java-debug#534](https://github.com/microsoft/java-debug/issues/534). + ## 0.56.0 - 2024-01-31 ### Fixed - Breakpoint doesn't work on lambdas which returns a generic type. See [java-debug#498](https://github.com/microsoft/java-debug/issues/498), [#1413](https://github.com/microsoft/vscode-java-debug/issues/1413) and [#1414](https://github.com/microsoft/vscode-java-debug/issues/1414). diff --git a/package-lock.json b/package-lock.json index 38ffd3b..e7a3606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-java-debug", - "version": "0.56.0", + "version": "0.56.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-java-debug", - "version": "0.56.0", + "version": "0.56.1", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "compare-versions": "^4.1.4", diff --git a/package.json b/package.json index e823db4..b7ef56b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-java-debug", "displayName": "Debugger for Java", "description": "A lightweight Java debugger for Visual Studio Code", - "version": "0.56.0", + "version": "0.56.1", "publisher": "vscjava", "preview": false, "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", @@ -52,7 +52,7 @@ } ], "javaExtensions": [ - "./server/com.microsoft.java.debug.plugin-0.51.0.jar" + "./server/com.microsoft.java.debug.plugin-0.51.1.jar" ], "commands": [ {