Skip to content

Commit 25d99cd

Browse files
release: 0.2.0
1 parent c4fe6e8 commit 25d99cd

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/sdk/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)