Skip to content

Commit

Permalink
Merge pull request #245 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.8.4
  • Loading branch information
paulober authored Aug 29, 2024
2 parents ad3d5ad + 934b292 commit 3179bfa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.8.3] - 2024-08-28
## [3.8.3] / [3.8.4] - 2024-08-29

### Added

- Eperimental support for `ESP32-S3-Pico`

### Changed

- Upraded to `pyboard-serial-com` `v3.1.1`
- Upraded to `pyboard-serial-com` `v3.1.2`
- Updated dependencies
- Ignore `.idea` by default (Thanks to @Finnomator for #237)

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"version": "3.8.4",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down Expand Up @@ -608,7 +608,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@paulober/pyboard-serial-com": "^3.1.1",
"@paulober/pyboard-serial-com": "^3.1.2",
"axios": "^1.7.4",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 3179bfa

Please sign in to comment.