Skip to content

Commit d50df04

Browse files
authored
Merge pull request #1160 from devcontainers/chrmarti/v0.83.3
0.83.3
2 parents f8beb3f + 12c771d commit d50df04

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
## February 2026
66

7+
### [0.83.3]
8+
- Bump tar from 7.5.7 to 7.5.8. (https://github.com/devcontainers/cli/pull/1160)
9+
710
### [0.83.2]
811
- Improved logging for image inspect errors. (https://github.com/devcontainers/cli/pull/1152)
912

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

0 commit comments

Comments
 (0)