@devcontainers/cli
Advanced tools
Comparing version 0.27.0 to 0.27.1
@@ -7,2 +7,8 @@ # Change Log | ||
### [0.27.1] | ||
- Fix: Modify argument regex to only allow certain set of values (https://github.com/devcontainers/cli/pull/361) | ||
- Fix: Fixed fromStatement parsing to parse quotes in variable expressions (https://github.com/devcontainers/cli/pull/356) | ||
- Fix: Allow prebuilding image without a Dockerfile (https://github.com/devcontainers/cli/pull/352) | ||
### [0.27.0] | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js" |
Sorry, the diff of this file is too big to display
3633764
15749