Skip to content

Commit bde6552

Browse files
release: 0.1.0-alpha.1
1 parent e682ac9 commit bde6552

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.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.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-01-09)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/stainless-api/builds-node-api/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([782414b](https://github.com/stainless-api/builds-node-api/commit/782414bb9b70a9737afc6d81753452a44947eb8f))
10+
* **api:** update via SDK Studio ([d475157](https://github.com/stainless-api/builds-node-api/commit/d4751579bb5935a5d11aa2e57e475871c7b420d9))
11+
* **api:** update via SDK Studio ([#1](https://github.com/stainless-api/builds-node-api/issues/1)) ([e682ac9](https://github.com/stainless-api/builds-node-api/commit/e682ac9ae01693eef7f131e4383dfc19e669bc90))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stainless",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "The official TypeScript library for the Stainless API",
55
"author": "Stainless <support@stainless.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)