We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb496e9 commit 1bc9da1Copy full SHA for 1bc9da1
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0-alpha.53"
+ ".": "0.1.0-alpha.54"
3
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.0-alpha.54 (2025-11-14)
4
+
5
+Full Changelog: [v0.1.0-alpha.53...v0.1.0-alpha.54](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.53...v0.1.0-alpha.54)
6
7
## 0.1.0-alpha.53 (2025-11-13)
8
9
Full Changelog: [v0.1.0-alpha.51...v0.1.0-alpha.53](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.51...v0.1.0-alpha.53)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0-alpha.53" // x-release-please-version
+const Version = "0.1.0-alpha.54" // x-release-please-version
0 commit comments