Skip to content

Commit 2554609

Browse files
committed
chore(main): release guardian-prover-health-check 0.1.1
1 parent 73ba72e commit 2554609

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/docs-site": "1.17.0",
44
"packages/eventindexer": "0.13.0",
55
"packages/fork-diff": "0.6.1",
6-
"packages/guardian-prover-health-check": "0.1.0",
6+
"packages/guardian-prover-health-check": "0.1.1",
77
"packages/guardian-prover-health-check-ui": "0.2.0",
88
"packages/protocol": "1.10.0",
99
"packages/relayer": "0.12.0",

packages/guardian-prover-health-check/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/taikoxyz/taiko-mono/compare/guardian-prover-health-check-v0.1.0...guardian-prover-health-check-v0.1.1) (2024-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **guardian-prover-health-check:** upgrades relate Database operation ([#17752](https://github.com/taikoxyz/taiko-mono/issues/17752)) ([c7b8b72](https://github.com/taikoxyz/taiko-mono/commit/c7b8b72463b813f7eb20ba18143a3ba26e42e830))
9+
10+
11+
### Chores
12+
13+
* **taiko-client:** keep env vars same with the flag name ([#17964](https://github.com/taikoxyz/taiko-mono/issues/17964)) ([d08a1de](https://github.com/taikoxyz/taiko-mono/commit/d08a1de8a36a4bac484bf0390728cb8ed87b3a0b))
14+
15+
16+
### Documentation
17+
18+
* **repo:** remove unexist badge and action in readme ([#17928](https://github.com/taikoxyz/taiko-mono/issues/17928)) ([465456e](https://github.com/taikoxyz/taiko-mono/commit/465456ef17df5a0915b9b17cc081e215ed1c67b8))
19+
20+
21+
### Tests
22+
23+
* **taiko-client:** use env names which defined in flag configs ([#17921](https://github.com/taikoxyz/taiko-mono/issues/17921)) ([196b74e](https://github.com/taikoxyz/taiko-mono/commit/196b74eb2b4498bc3e6511915e011a885fcc530f))
24+
25+
26+
### Workflow
27+
28+
* **protocol:** trigger patch release (1.10.1) ([#18358](https://github.com/taikoxyz/taiko-mono/issues/18358)) ([f4f4796](https://github.com/taikoxyz/taiko-mono/commit/f4f4796488059b02c79d6fb15170df58dd31dc4e))
29+
30+
31+
### Build
32+
33+
* **guardian-prover-health-check:** upgrade scripts and ignore abi json files ([#17751](https://github.com/taikoxyz/taiko-mono/issues/17751)) ([a569cd3](https://github.com/taikoxyz/taiko-mono/commit/a569cd316f77e1653cb2bbedabe388b3f7fc5a6c))
34+
335
## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.11.0...relayer-v0.12.0) (2023-10-18)
436

537

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@taiko/guardian-prover-health-check",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)