Skip to content

Commit

Permalink
chore(main): release taiko-alethia-client 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed Feb 5, 2025
1 parent 61fff4e commit 70357f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/relayer": "0.12.0",
"packages/snaefell-ui": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taiko-client": "0.43.1",
"packages/taiko-client": "0.44.0",
"packages/taikoon-ui": "1.3.0",
"packages/ui-lib": "1.0.0"
}
12 changes: 12 additions & 0 deletions packages/taiko-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.44.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v0.43.1...taiko-alethia-client-v0.44.0) (2025-02-05)


### Features

* **taiko-client:** changes based on `Pacaya` fork ([#18746](https://github.com/taikoxyz/taiko-mono/issues/18746)) ([02ae1cf](https://github.com/taikoxyz/taiko-mono/commit/02ae1cf7163331914a350f65b9ccaef0923ae904))


### Chores

* **repo:** fix link in taiko client README ([#18868](https://github.com/taikoxyz/taiko-mono/issues/18868)) ([d9be36c](https://github.com/taikoxyz/taiko-mono/commit/d9be36cc7be284ee598f871db7ad5cda12ffec1e))

## [0.43.1](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v0.43.0...taiko-alethia-client-v0.43.1) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// Version info.
const Version = "0.43.1" // x-release-please-version
const Version = "0.44.0" // x-release-please-version

var meta = "dev"

Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "taiko-client",
"version": "0.43.1",
"version": "0.44.0",
"private": true
}

0 comments on commit 70357f9

Please sign in to comment.