Skip to content

Commit 4a0eb88

Browse files
committed
v3.2.6
Signed-off-by: paulober <[email protected]>
1 parent 17c3367 commit 4a0eb88

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: "16.17.x"
32+
node-version: "18.15.x"
3333
registry-url: "https://npm.pkg.github.com"
3434
scope: "@paulober"
3535
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '16.17.x'
21+
node-version: '18.15.x'
2222
registry-url: "https://npm.pkg.github.com"
2323
scope: "@paulober"
2424
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ All notable changes to the "MicroPico" extension will be documented in this file
99

1010
---
1111

12+
## [3.2.6] - 2023-10-01
13+
14+
# Added
15+
- Fix #134, Support stopping execution with VS Code command (#13 by @eplusx)
16+
17+
# Changed
18+
- Minimum VS Code version is now v1.82.0
19+
- Updated dependencies
20+
1221
## [3.2.5] - 2023-09-04
1322

1423
# Changed

package.json

Lines changed: 1 addition & 1 deletion
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.2.5",
5+
"version": "3.2.6",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",

0 commit comments

Comments
 (0)