File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] ( https://github.com/scalar/scalar-cli/compare/v0.1.0...v0.2.0 ) (2026-07-20)
4+
5+
6+ ### Features
7+
8+ * ** api:** initial SDK generation ([ 1b49b8a] ( https://github.com/scalar/scalar-cli/commit/1b49b8a93ab9c825d64d3258d8c9db9c77074f2c ) )
9+
10+
11+ ### Chores
12+
13+ * ** api:** update generated SDK content ([ be07eb8] ( https://github.com/scalar/scalar-cli/commit/be07eb8d74be06ad6b03e6d8870d7c1a93a98e95 ) )
14+ * initialize SDK repository ([ 3b7ac07] ( https://github.com/scalar/scalar-cli/commit/3b7ac07a8ab515d326d194ef32a5b072170fb22e ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " scalarapi-cli" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " API for managing Scalar platform resources." ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -2136,7 +2136,7 @@ export const getProgram = (): Command =>
21362136 createProgram ( {
21372137 SDK ,
21382138 binaryName : "scalarapi" ,
2139- version : "0.1 .0" , // x-release-please-version
2139+ version : "0.2 .0" , // x-release-please-version
21402140 description : "CLI for Scalar API" ,
21412141 defaultFormat : "auto" ,
21422142 defaultErrorFormat : "auto" ,
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Scalar. See README.md for details.
22
3- export const VERSION = "0.1 .0" ; // x-release-please-version
3+ export const VERSION = "0.2 .0" ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments