diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d7b51..151f9100 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 ad47ead6..1bda0787 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",