From caf26302d469ec43f4650c6f2d1d0e9652898a5f Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Wed, 27 Mar 2024 16:53:58 +0000 Subject: [PATCH] Beta 12 (RC 3) Signed-off-by: William Vinnicombe --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d7b5..151f910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.12.2] - 2024-03-27 + +### Added + +- Workflow for packaging and publishing extension (@will-v-pi) + +### Changed + +- Fix webview crash on dropdown button click (@paulober) + ## [0.12.1] - 2024-03-26 ### Changed diff --git a/package.json b/package.json index ad47ead..1bda078 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "raspberry-pi-pico", "displayName": "Raspberry Pi Pico", "description": "The official VS Code extension for Raspberry Pi Pico development. It includeds serveral features to simplify project creation and deployment. (Single folder workspaces only)", - "version": "0.12.1", + "version": "0.12.2", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",