Skip to content

Commit 887d075

Browse files
authored
Merge pull request #190 from paulober/develop
Hotfix v3.7.4
2 parents 7ba9b0f + 6fc5ffd commit 887d075

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [3.7.4] - 2024-01-23
14+
15+
# Changed
16+
- Upgraded to `pyboard-serial-com` `v3.0.6`,
17+
1318
## [3.7.3] - 2024-01-21
1419

1520
# Changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "MicroPico",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.7.3",
5+
"version": "3.7.4",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
@@ -607,7 +607,7 @@
607607
"typescript": "^5.3.3"
608608
},
609609
"dependencies": {
610-
"@paulober/pyboard-serial-com": "^3.0.5",
610+
"@paulober/pyboard-serial-com": "^3.0.6",
611611
"axios": "^1.6.5",
612612
"fs-extra": "^11.2.0",
613613
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)