From 17b3504673b9f3df9e09e34e0cac8887821fa950 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:57:48 +0000 Subject: [PATCH 1/2] feat(api): update via SDK Studio (#3) --- README.md | 2 +- SECURITY.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac2934e..2d87af6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides convenient access to the Studio SDK REST API from server-side TypeScript or JavaScript. -The REST API documentation can be found [on docs.studio-sdk.com](https://docs.studio-sdk.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found [on docs.clearstreet.io](https://docs.clearstreet.io). The full API of this library can be found in [api.md](api.md). It is generated with [Stainless](https://www.stainlessapi.com/). diff --git a/SECURITY.md b/SECURITY.md index 8348dfd..955c2d6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,7 +20,7 @@ or products provided by Studio SDK please follow the respective company's securi ### Studio SDK Terms and Policies -Please contact dev-feedback@studio-sdk.com for any questions or concerns regarding security of our services. +Please contact studiosupport@clearstreet.io for any questions or concerns regarding security of our services. --- diff --git a/package.json b/package.json index 78d5770..01af631 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "studio-sdk", "version": "0.0.1-alpha.1", "description": "The official TypeScript library for the Studio SDK API", - "author": "Studio SDK ", + "author": "Studio SDK ", "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs", From ff0b4ae668872f561042747b307b7f90c2c8ab2b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:58:03 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 063a4ae..d7a8735 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.1" + ".": "0.1.0-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a58ca98..a44267f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.1 (2024-07-09) + +Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/clear-street/studio-sdk-node/compare/v0.0.1-alpha.1...v0.1.0-alpha.1) + +### Features + +* **api:** update via SDK Studio ([#3](https://github.com/clear-street/studio-sdk-node/issues/3)) ([17b3504](https://github.com/clear-street/studio-sdk-node/commit/17b3504673b9f3df9e09e34e0cac8887821fa950)) + ## 0.0.1-alpha.1 (2024-07-09) Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/clear-street/studio-sdk-node/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) diff --git a/package.json b/package.json index 01af631..501edb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "studio-sdk", - "version": "0.0.1-alpha.1", + "version": "0.1.0-alpha.1", "description": "The official TypeScript library for the Studio SDK API", "author": "Studio SDK ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 2c77b51..b0bfd9e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.1-alpha.1'; // x-release-please-version +export const VERSION = '0.1.0-alpha.1'; // x-release-please-version