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 Jun 19, 2024
1 parent 45231a7 commit ea54d14
Show file tree
Hide file tree
Showing 4 changed files with 30 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"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.0.1-alpha (2024-06-19)

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:** OpenAPI spec update via Stainless API ([#4](https://github.com/terminaldotshop/terminal-sdk-js/issues/4)) ([7df6ec1](https://github.com/terminaldotshop/terminal-sdk-js/commit/7df6ec1df5d746ee3989e84875bc6751cb8a7a3d))
* **api:** OpenAPI spec update via Stainless API ([#5](https://github.com/terminaldotshop/terminal-sdk-js/issues/5)) ([f596fe6](https://github.com/terminaldotshop/terminal-sdk-js/commit/f596fe64b2935e141758c250bdbf1c3014e10e92))
* **api:** OpenAPI spec update via Stainless API ([#6](https://github.com/terminaldotshop/terminal-sdk-js/issues/6)) ([cf6fcb6](https://github.com/terminaldotshop/terminal-sdk-js/commit/cf6fcb633f9e2e09269dadc8b4c2025dd55617e1))
* **api:** OpenAPI spec update via Stainless API ([#7](https://github.com/terminaldotshop/terminal-sdk-js/issues/7)) ([be94023](https://github.com/terminaldotshop/terminal-sdk-js/commit/be94023b38b9dcdcefb56e724c28f1d91d95abd2))
* **api:** OpenAPI spec update via Stainless API ([#8](https://github.com/terminaldotshop/terminal-sdk-js/issues/8)) ([72ab7aa](https://github.com/terminaldotshop/terminal-sdk-js/commit/72ab7aad2bc1015aa49c2af9c4d0d43552d35980))
* **api:** OpenAPI spec update via Stainless API ([#9](https://github.com/terminaldotshop/terminal-sdk-js/issues/9)) ([2429c25](https://github.com/terminaldotshop/terminal-sdk-js/commit/2429c259f471af1fe698461673bc4d4cd783a858))
* **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 ([#10](https://github.com/terminaldotshop/terminal-sdk-js/issues/10)) ([45231a7](https://github.com/terminaldotshop/terminal-sdk-js/commit/45231a720d7528c9c2dd725eb6f2619d55963bf3))
* **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@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 ea54d14

Please sign in to comment.