Skip to content

Commit

Permalink
0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Apr 21, 2023
1 parent 1862535 commit 6b5d0fc
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 @@ -4,6 +4,11 @@ Notable changes.

## April 2023

### [0.40.0]

- Experimental lockfile support (https://github.com/devcontainers/cli/pull/495)
- Update vm2 (https://github.com/devcontainers/cli/pull/500)

### [0.39.0]

- Update auth precedence level for fetching Features/Templates. Notably preferring `docker login` credentials. (https://github.com/devcontainers/cli/pull/482)
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.39.0",
"version": "0.40.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit 6b5d0fc

Please sign in to comment.