Skip to content

Commit 4a83aae

Browse files
committed
0.66.0
1 parent 31747b8 commit 4a83aae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Notable changes.
44

5+
## July 2024
6+
7+
### [0.66.0]
8+
- Wait for result to be written to stdout. (https://github.com/microsoft/vscode-remote-release/issues/10029)
9+
510
## June 2024
611

712
### [0.65.0]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devcontainers/cli",
33
"description": "Dev Containers CLI",
4-
"version": "0.65.0",
4+
"version": "0.66.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)