From a5c15986d31351d133e4b13b2f468be620d85ea3 Mon Sep 17 00:00:00 2001 From: Soumesh Banerjee Date: Thu, 24 Sep 2020 21:25:03 +0530 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef312bcf4..82e9a5ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the "Espressif IDF" extension will be documented in this file. +## 0.5.1 + +### Release Bug Fix + +- Fix the CI release to marketplace bug not packaging the `esp_debug_adapter` +- Fix the System Tracing UI theme, and added webview panel icons + ## 0.5.0 ### ESP-ADF & ESP-MDF diff --git a/package.json b/package.json index 96dc47819..c2143293f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "preview": true, "displayName": "Espressif IDF", "description": "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "publisher": "espressif", "icon": "media/espressif_icon.png",