Skip to content

Commit

Permalink
release: 0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 9, 2024
1 parent ae55324 commit 32b73e2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
".": "0.0.1-alpha.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 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)

### Chores

* go live ([#2](https://github.com/clear-street/studio-sdk-node/issues/2)) ([ae55324](https://github.com/clear-street/studio-sdk-node/commit/ae553245a799725722002e505c86f8a890e7ae53))
* update SDK settings ([ced4fd5](https://github.com/clear-street/studio-sdk-node/commit/ced4fd5ea0d79a15245c1a88ffaf6e245bbc46b7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-sdk",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "The official TypeScript library for the Studio SDK API",
"author": "Studio SDK <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version
export const VERSION = '0.0.1-alpha.1'; // x-release-please-version

0 comments on commit 32b73e2

Please sign in to comment.