Skip to content

Commit

Permalink
v0.51.3 (#639)
Browse files Browse the repository at this point in the history
* v0.51.3

* Update CHANGELOG.md

Co-authored-by: Samruddhi Khandale <[email protected]>

---------

Co-authored-by: Samruddhi Khandale <[email protected]>
  • Loading branch information
joshspicer and samruddhikhandale authored Sep 13, 2023
1 parent 71bb59f commit efb3ffc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Notable changes.

## September 2023

### [0.51.3]

- Update UID only if GID is in use (https://github.com/microsoft/vscode-remote-release/issues/7284)
- Empty lockfile in workspaceFolder will initialize lockfile (https://github.com/devcontainers/cli/pull/637)

## August 2023

### [0.51.2]
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.51.2",
"version": "0.51.3",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit efb3ffc

Please sign in to comment.