Skip to content

Commit

Permalink
release: 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 13, 2024
1 parent b032acf commit c590e88
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.0-alpha"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha (2024-12-13)

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

### Features

* **api:** update via SDK Studio ([#89](https://github.com/terminaldotshop/terminal-sdk-js/issues/89)) ([b032acf](https://github.com/terminaldotshop/terminal-sdk-js/commit/b032acf42b0e3c881011b8555da68579dd0ab594))

## 0.0.1-alpha (2024-12-13)

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)
Expand Down
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",
"version": "0.1.0-alpha",
"description": "The official TypeScript library for the Terminal API",
"author": "Terminal <[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'; // x-release-please-version
export const VERSION = '0.1.0-alpha'; // x-release-please-version

0 comments on commit c590e88

Please sign in to comment.