Skip to content

Commit 7cd7ccc

Browse files
committed
0.64.0
1 parent 80184d9 commit 7cd7ccc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Notable changes.
44

55
## June 2024
66

7+
### [0.64.0]
8+
- Fix project name with env variable. (https://github.com/devcontainers/cli/issues/839)
9+
710
### [0.63.0]
811
- Surface additional information in `devcontainer up`. (https://github.com/devcontainers/cli/pull/836)
912
- Changes the config layer of the Feature manifest to a empty descriptor (https://github.com/devcontainers/cli/pull/815)

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.63.0",
4+
"version": "0.64.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)