Skip to content

Commit

Permalink
0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Jul 29, 2024
1 parent 5eaf712 commit 3a36a43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Notable changes.

## August 2024

### [0.67.0]
- Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033)

## July 2024

### [0.66.0]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.66.0",
"version": "0.67.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit 3a36a43

Please sign in to comment.