Skip to content

Commit ef2fb00

Browse files
authored
Merge pull request #204 from microsoft/release/2.3.0
Release/2.3.0
2 parents 6782978 + 85f2064 commit ef2fb00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 2.3.0 | 2022-02-27
4+
5+
- Automatically use the most recent version matching `engines.vscode` in extensions' package.json
6+
- Allow insiders `version`s to be specified, such as `version: "1.76.0-insider"`
7+
- Reduce the likelihood of 'broken' installations on interrupted downloads
8+
- Remove dependency on outdated `unzipper` module
9+
310
### 2.2.4 | 2022-02-19
411

512
- Use existing downloads if internet is inaccessible

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/test-electron",
3-
"version": "2.2.4",
3+
"version": "2.3.0",
44
"scripts": {
55
"compile": "tsc -p ./",
66
"watch": "tsc -w -p ./",

0 commit comments

Comments
 (0)