We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f45f21 commit 1a55f1aCopy full SHA for 1a55f1a
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ Notable changes.
4
5
## February 2026
6
7
+### [0.83.1]
8
+- Bump tar from 7.5.6 to 7.5.7. (https://github.com/devcontainers/cli/pull/1140)
9
+
10
### [0.83.0]
11
- Add install script. (https://github.com/devcontainers/cli/pull/1142)
12
- Remove request body limit. (https://github.com/devcontainers/cli/pull/1141)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.83.0",
+ "version": "0.83.1",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments