Skip to content

Commit

Permalink
chore(main): release fork-diff 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed May 13, 2024
1 parent f80504a commit d9e4b1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/branding": "0.3.0",
"packages/bridge-ui": "4.2.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.0",
"packages/fork-diff": "0.5.0",
"packages/guardian-prover-health-check": "0.1.0",
"packages/guardian-prover-health-check-ui": "0.1.0",
"packages/protocol": "1.5.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/fork-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/fork-diff-v0.4.0...fork-diff-v0.5.0) (2024-05-13)


### Features

* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6))


### Performance Improvements

* **main:** use errors.New to replace fmt.Errorf with no parameters ([#16777](https://github.com/taikoxyz/taiko-mono/issues/16777)) ([bb0c1ae](https://github.com/taikoxyz/taiko-mono/commit/bb0c1ae3077eeb8558f9bf9b01c5f5a71ec337ba))

## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/fork-diff-v0.3.0...fork-diff-v0.4.0) (2023-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/fork-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@taiko/fork-diff",
"version": "0.4.0"
"version": "0.5.0"
}

0 comments on commit d9e4b1d

Please sign in to comment.