Skip to content

Commit 287eb10

Browse files
authored
Merge pull request #99 from paulober/develop
Patch v3.0.10
2 parents b84f220 + 377061f commit 287eb10

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file
1111

1212
---
1313

14+
## [3.0.10] - 2023-06-03
15+
16+
# Changed
17+
- The minimum VSCode engine version was lowered to v1.76.0 for better compaibility with Raspberry Pi
18+
1419
## [3.0.9] - 2023-06-02
1520

1621
# Added

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "Pico-W-Go",
44
"description": "Autocompletion, remote Workspace and a REPL console for the Raspberry Pi Pico (W).",
5-
"version": "3.0.9",
5+
"version": "3.0.10",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",
@@ -20,7 +20,7 @@
2020
},
2121
"markdown": "github",
2222
"engines": {
23-
"vscode": "^1.77.0",
23+
"vscode": "^1.76.0",
2424
"node": ">=16.14.2"
2525
},
2626
"keywords": [
@@ -419,7 +419,7 @@
419419
"@types/mocha": "^10.0.1",
420420
"@types/node": "^16.x",
421421
"@types/uuid": "^9.0.1",
422-
"@types/vscode": "^1.77.0",
422+
"@types/vscode": "^1.76.0",
423423
"@typescript-eslint/eslint-plugin": "^5.59.8",
424424
"@typescript-eslint/parser": "^5.59.8",
425425
"@vscode/test-electron": "^2.3.2",

0 commit comments

Comments
 (0)