From 211542f2fe0447f818ba567ef9c269e113a6e821 Mon Sep 17 00:00:00 2001 From: azerr Date: Wed, 16 Oct 2024 15:31:18 +0200 Subject: [PATCH] chore: CHANGELOG for 0.13.0 Signed-off-by: azerr --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711ab91..031b321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Tools for MicroProfile Changelog +## [0.13.0](https://github.com/redhat-developer/vscode-microprofile/milestone/14?closed=1) (October 21, 2024) + +### Bug Fixes + +- Cannot publish to OpenVSX due to out of date NodeJS. See [#303](https://github.com/redhat-developer/vscode-microprofile/issues/303). +- Codelens for REST endpoints should resolve variable references. See [lsp4mp#467](https://github.com/eclipse/lsp4mp/pull/467). +- Prevent duplicate properties when generating them. See [lsp4mp#465](https://github.com/eclipse/lsp4mp/pull/465). +- Prevent error on empty name symbol. See [lsp4mp#462](https://github.com/eclipse/lsp4mp/pull/462). + +### Build + +- Bump webpack from 5.94.0 to 5.95.0. See [#296](https://github.com/redhat-developer/vscode-microprofile/pull/296). +- Update vscode-redhat-telemetry to 0.9.0. See [#293](https://github.com/redhat-developer/vscode-microprofile/pull/293). +- Update NodeJS in CD pipeline to NodeJS 20. See [#304](https://github.com/redhat-developer/vscode-microprofile/pull/304). + ## [0.12.0](https://github.com/redhat-developer/vscode-microprofile/milestone/13?closed=1) (August 26, 2024) ### Enhancements