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.
2 parents 37046fb + 70c4efe commit 4d83172Copy full SHA for 4d83172
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0-alpha.60"
+ ".": "0.1.0-alpha.61"
3
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.0-alpha.61 (2025-12-15)
4
+
5
+Full Changelog: [v0.1.0-alpha.60...v0.1.0-alpha.61](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.60...v0.1.0-alpha.61)
6
7
## 0.1.0-alpha.60 (2025-12-08)
8
9
Full Changelog: [v0.1.0-alpha.59...v0.1.0-alpha.60](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.59...v0.1.0-alpha.60)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0-alpha.60" // x-release-please-version
+const Version = "0.1.0-alpha.61" // x-release-please-version
0 commit comments