diff --git a/CHANGELOG.md b/CHANGELOG.md index 3000373..cc67729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ All notable changes to the "MicroPico" extension will be documented in this file --- +## [3.8.3] - 2024-08-28 + +### Added + +- Eperimental support for `ESP32-S3-Pico` + +### Changed + +- Upraded to `pyboard-serial-com` `v3.1.1` +- Updated dependencies +- Ignore `.idea` by default (Thanks to @Finnomator for #237) + ## [3.8.0] / [3.8.1] / [3.8.2] - 2024-06-22 ### Added diff --git a/package-lock.json b/package-lock.json index b521acb..a1e42ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pico-w-go", - "version": "3.8.2", + "version": "3.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pico-w-go", - "version": "3.8.2", + "version": "3.8.3", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index a01e65a..49172f9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pico-w-go", "displayName": "MicroPico", "description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.", - "version": "3.8.2", + "version": "3.8.3", "publisher": "paulober", "license": "MPL-2.0", "homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",