We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea886 commit 7cdffe8Copy full SHA for 7cdffe8
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ Notable changes.
4
5
## February 2023
6
7
+### [0.31.0]
8
+
9
+- Add label for config file. (https://github.com/microsoft/vscode-remote-release/issues/7548)
10
+- Add docs for `devcontainer templates publish`. (https://github.com/devcontainers/cli/pull/410)
11
12
### [0.30.0]
13
14
- Fix: Merge metadata logic for containerEnv for `devcontainer build`. (https://github.com/devcontainers/cli/pull/392)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.30.0",
+ "version": "0.31.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments