Skip to content

Commit 6356cd2

Browse files
authored
chore(main): release taiko-alethia-client 0.42.1 (#18720)
1 parent 6aed5b3 commit 6356cd2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages/relayer": "0.12.0",
1010
"packages/snaefell-ui": "1.1.0",
1111
"packages/supplementary-contracts": "1.0.0",
12-
"packages/taiko-client": "0.42.0",
12+
"packages/taiko-client": "0.42.1",
1313
"packages/taikoon-ui": "1.3.0",
1414
"packages/ui-lib": "1.0.0"
1515
}

Diff for: packages/taiko-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.42.1](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v0.42.0...taiko-alethia-client-v0.42.1) (2025-01-07)
4+
5+
6+
### Chores
7+
8+
* **taiko-client:** always use `blockID` instead of `height` for L2 blocks in logs ([#18719](https://github.com/taikoxyz/taiko-mono/issues/18719)) ([a02b96d](https://github.com/taikoxyz/taiko-mono/commit/a02b96d609b17070fd0b071127d84c21e1f3a8ef))
9+
* **taiko-client:** improve proposer gas estimation ([#18727](https://github.com/taikoxyz/taiko-mono/issues/18727)) ([6aed5b3](https://github.com/taikoxyz/taiko-mono/commit/6aed5b3bc5f46e089784405133fcf83c6befe495))
10+
311
## [0.42.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v0.41.1...taiko-alethia-client-v0.42.0) (2025-01-06)
412

513

Diff for: packages/taiko-client/internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version info.
4-
const Version = "0.42.0" // x-release-please-version
4+
const Version = "0.42.1" // x-release-please-version
55

66
var meta = "dev"
77

Diff for: packages/taiko-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "taiko-client",
3-
"version": "0.42.0",
3+
"version": "0.42.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)