Skip to content

Commit

Permalink
release: 0.8.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 16, 2025
1 parent 88a6aab commit b55d53d
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.7.0-alpha"
".": "0.8.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.8.0-alpha (2025-02-16)

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

### Features

* **api:** manual updates ([#138](https://github.com/terminaldotshop/terminal-sdk-js/issues/138)) ([015a3d1](https://github.com/terminaldotshop/terminal-sdk-js/commit/015a3d13d3c0131f02ba15bbd57c6019d919d8c6))

## 0.7.0-alpha (2025-02-16)

Full Changelog: [v0.6.1-alpha...v0.7.0-alpha](https://github.com/terminaldotshop/terminal-sdk-js/compare/v0.6.1-alpha...v0.7.0-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": "@terminaldotshop/sdk",
"version": "0.7.0-alpha",
"version": "0.8.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.7.0-alpha'; // x-release-please-version
export const VERSION = '0.8.0-alpha'; // x-release-please-version

0 comments on commit b55d53d

Please sign in to comment.