Skip to content

Commit

Permalink
release: 0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed May 14, 2024
1 parent 341c9f5 commit 9f33e4c
Show file tree
Hide file tree
Showing 4 changed files with 23 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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.0.1-alpha (2024-05-14)

Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha](https://github.com/terminaldotshop/terminal-sdk-js/compare/v0.0.1-alpha.0...v0.0.1-alpha)

### Features

* **api:** OpenAPI spec update via Stainless API ([e17731b](https://github.com/terminaldotshop/terminal-sdk-js/commit/e17731b5c3eb30dee28e824639adf574bfae7293))
* **api:** update via SDK Studio ([adb8927](https://github.com/terminaldotshop/terminal-sdk-js/commit/adb8927f8f77acece412e82290503eb3b4d1738a))
* **api:** update via SDK Studio ([38ca16c](https://github.com/terminaldotshop/terminal-sdk-js/commit/38ca16c17d51e02d85bf88e2775a299ba22a31a8))
* **api:** update via SDK Studio ([dfbfdd4](https://github.com/terminaldotshop/terminal-sdk-js/commit/dfbfdd44963c1ef598bc3f2f3cfd1783f699fe05))
* **api:** update via SDK Studio ([#3](https://github.com/terminaldotshop/terminal-sdk-js/issues/3)) ([341c9f5](https://github.com/terminaldotshop/terminal-sdk-js/commit/341c9f59035e01497e8d7398ce66a3c049b1a466))


### Chores

* configure new SDK language ([2f0d660](https://github.com/terminaldotshop/terminal-sdk-js/commit/2f0d6602f643ee29be791b63c0ce0c3bf7cea017))
* go live ([#1](https://github.com/terminaldotshop/terminal-sdk-js/issues/1)) ([2f6daec](https://github.com/terminaldotshop/terminal-sdk-js/commit/2f6daec0a7ba13ff58038fb1a26521eb687a6623))
* update SDK settings ([9adeef5](https://github.com/terminaldotshop/terminal-sdk-js/commit/9adeef57297a53e4dda71d13757725189ccf6aca))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terminal/sdk",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha",
"description": "The official TypeScript library for the Terminal API",
"author": "Terminal <dev-feedback@terminal.com>",
"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'; // x-release-please-version

0 comments on commit 9f33e4c

Please sign in to comment.