Skip to content

Commit

Permalink
Merge pull request #190 from paulober/develop
Browse files Browse the repository at this point in the history
Hotfix v3.7.4
  • Loading branch information
paulober authored Jan 22, 2024
2 parents 7ba9b0f + 6fc5ffd commit 887d075
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.7.4] - 2024-01-23

# Changed
- Upgraded to `pyboard-serial-com` `v3.0.6`,

## [3.7.3] - 2024-01-21

# Changed
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.7.3",
"version": "3.7.4",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down Expand Up @@ -607,7 +607,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@paulober/pyboard-serial-com": "^3.0.5",
"@paulober/pyboard-serial-com": "^3.0.6",
"axios": "^1.6.5",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 887d075

Please sign in to comment.