Skip to content

Commit 4eb5271

Browse files
authored
Merge pull request #75 from microsoft/connor4312/0.0.11
0.0.11
2 parents efbadc3 + 3c3b7b0 commit 4eb5271

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## TBA
3+
## 0.0.11 - 2024-07-05
4+
5+
- Package version bumps
6+
7+
## 0.0.10 - 2024-07-05
48

59
- Fix bailing multiple configs on first failure (fixes [#44](https://github.com/microsoft/vscode-test-cli/issues/44))
610
- Fix extension install on Windows on modern Node versions (fixes [#43](https://github.com/microsoft/vscode-test-cli/issues/43))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/test-cli",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Command-line runner for VS Code extension tests",
55
"scripts": {
66
"prepack": "npm run build",

0 commit comments

Comments
 (0)