Skip to content

Commit 1a8e30f

Browse files
authored
Merge pull request #110 from paulober/develop
Patch v3.1.1
2 parents 47a9feb + 463408a commit 1a8e30f

File tree

5 files changed

+186
-179
lines changed

5 files changed

+186
-179
lines changed

CHANGELOG.md

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

1010
---
1111

12+
## [3.1.1] - 2023-06-21
13+
14+
# Changed
15+
- Updated stubs to patch v1.20.0-2 stable
16+
1217
## [3.1.0] - 2023-06-20
1318

1419
# Added

package-lock.json

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

package.json

Lines changed: 4 additions & 4 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": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.1.0",
5+
"version": "3.1.1",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",
@@ -500,14 +500,14 @@
500500
"@types/node": "^16.x",
501501
"@types/uuid": "^9.0.2",
502502
"@types/vscode": "^1.76.0",
503-
"@typescript-eslint/eslint-plugin": "^5.59.11",
504-
"@typescript-eslint/parser": "^5.59.11",
503+
"@typescript-eslint/eslint-plugin": "^5.60.0",
504+
"@typescript-eslint/parser": "^5.60.0",
505505
"@vscode/test-electron": "^2.3.3",
506506
"eslint": "^8.43.0",
507507
"eslint-config-prettier": "^8.8.0",
508508
"glob": "^9.3.4",
509509
"mocha": "^10.2.0",
510-
"rollup": "^3.25.1",
510+
"rollup": "^3.25.2",
511511
"rollup-plugin-copy": "^3.4.0",
512512
"typescript": "^5.1.3"
513513
},

0 commit comments

Comments
 (0)