Skip to content

Commit c5a6365

Browse files
release: 0.2.0-next
1 parent a288869 commit c5a6365

4 files changed

Lines changed: 17 additions & 3 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-next"
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-next](https://github.com/scalar/scalar-node/compare/v0.1.0...v0.2.0-next) (2026-07-21)
4+
5+
6+
### Features
7+
8+
* **api:** initial SDK generation ([ed96912](https://github.com/scalar/scalar-node/commit/ed969123b5d4df46bbb0e5ac58b4615fcd11ddfa))
9+
10+
11+
### Chores
12+
13+
* **api:** regenerate SDK ([a288869](https://github.com/scalar/scalar-node/commit/a28886942c8d9dbf010dff5947a99edd5010b2aa))
14+
* **api:** update generated SDK content ([43464a8](https://github.com/scalar/scalar-node/commit/43464a8e8cb12cc6e22ac0d7e6416263168eb242))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scalar/sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0-next",
44
"description": "API for managing Scalar platform resources.",
55
"repository": {
66
"type": "git",

src/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-next"; // x-release-please-version

0 commit comments

Comments
 (0)