Skip to content

Commit

Permalink
release: 0.1.0-alpha.48
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 1, 2025
1 parent 0753674 commit 38b9e35
Show file tree
Hide file tree
Showing 4 changed files with 16 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.1.0-alpha.47"
".": "0.1.0-alpha.48"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0-alpha.48 (2025-02-01)

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

### Bug Fixes

* fix unicode encoding for json ([#191](https://github.com/terminaldotshop/terminal-sdk-go/issues/191)) ([210268d](https://github.com/terminaldotshop/terminal-sdk-go/commit/210268dd0c0027f4b22f3b01ad592c88fb39c239))


### Chores

* refactor client tests ([#189](https://github.com/terminaldotshop/terminal-sdk-go/issues/189)) ([85d43c0](https://github.com/terminaldotshop/terminal-sdk-go/commit/85d43c054441df93ecc40c480d0b3f40ee67a30f))

## 0.1.0-alpha.47 (2025-01-21)

Full Changelog: [v0.1.0-alpha.46...v0.1.0-alpha.47](https://github.com/terminaldotshop/terminal-sdk-go/compare/v0.1.0-alpha.46...v0.1.0-alpha.47)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/terminaldotshop/[email protected].47'
go get -u 'github.com/terminaldotshop/[email protected].48'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.1.0-alpha.47" // x-release-please-version
const PackageVersion = "0.1.0-alpha.48" // x-release-please-version

0 comments on commit 38b9e35

Please sign in to comment.