From 1cbc96f608f3743c76320e88dc4aacd4180daff8 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Mon, 27 May 2024 10:49:43 +0800 Subject: [PATCH] Prepare 0.14.0 release --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f0de3..9c3a11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "vscode-spring-boot-dashboard" extension will be docu The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.14.0 +### Added +- Show active profiles on BootApp description when attached to live process. [#320](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/320). + +### Fixed +- Spring boot Dashboard keep spinning. [#216](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/216). + ## 0.13.1 ### Fixed - Should look for available profiles from all supported files like .yml. [#315](https://github.com/microsoft/vscode-spring-boot-dashboard/issues/315). diff --git a/package-lock.json b/package-lock.json index 88e2209..1eb619b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-spring-boot-dashboard", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-spring-boot-dashboard", - "version": "0.13.1", + "version": "0.14.0", "license": "MIT", "dependencies": { "@pivotal-tools/jvm-launch-utils": "0.0.11", diff --git a/package.json b/package.json index 3f7cef9..afff1f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-spring-boot-dashboard", "displayName": "Spring Boot Dashboard", "description": "Spring Boot Dashboard for VS Code", - "version": "0.13.1", + "version": "0.14.0", "license": "MIT", "icon": "resources/logo.png", "publisher": "vscjava",