We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bc1f2 commit 1289e4eCopy full SHA for 1289e4e
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Notable changes.
4
5
## November 2022
6
7
+### [0.25.2]
8
+
9
+- Fix Feature/Template publishing issue when a capital letter is in the repo name (https://github.com/devcontainers/cli/pull/303)
10
11
### [0.25.1]
12
- Fix regression in https://github.com/devcontainers/cli/pull/298
13
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.25.1",
+ "version": "0.25.2",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments