Skip to content

Commit 8c40877

Browse files
release: 0.2.0
1 parent 1559b67 commit 8c40877

4 files changed

Lines changed: 11 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"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/scalar/scalar-node/compare/v0.1.0...v0.2.0) (2026-07-18)
4+
5+
6+
### Features
7+
8+
* **api:** initial SDK generation ([1559b67](https://github.com/scalar/scalar-node/commit/1559b67f0b79d47300dcfe7407d4d828a4af7499))

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

0 commit comments

Comments
 (0)