Skip to content

Commit

Permalink
release: 0.7.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 4b2d7c8 commit 8ce782b
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.6.1-alpha"
".": "0.7.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.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)

### Features

* **api:** manual updates ([#135](https://github.com/terminaldotshop/terminal-sdk-js/issues/135)) ([a2391a0](https://github.com/terminaldotshop/terminal-sdk-js/commit/a2391a01f3be5aa4dddb6e51a9cd3a2284b24d04))

## 0.6.1-alpha (2025-02-14)

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

0 comments on commit 8ce782b

Please sign in to comment.