From bd5c234b5da56dc1973301a57837157e285354f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jul 2024 17:08:43 +0000 Subject: [PATCH] chore(release): 1.190.7 ## [1.190.7](https://github.com/hirosystems/explorer/compare/v1.190.6...v1.190.7) (2024-07-17) ### Bug Fixes * added search exception in case an addr is not found ([12be44c](https://github.com/hirosystems/explorer/commit/12be44cac04355637cc21e505588ee2d65e9cdac)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec872c37..b21ccb7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.190.7](https://github.com/hirosystems/explorer/compare/v1.190.6...v1.190.7) (2024-07-17) + + +### Bug Fixes + +* added search exception in case an addr is not found ([12be44c](https://github.com/hirosystems/explorer/commit/12be44cac04355637cc21e505588ee2d65e9cdac)) + ## [1.190.6](https://github.com/hirosystems/explorer/compare/v1.190.5...v1.190.6) (2024-07-16)