From fcc243011e69e57caf170017be766569f313fa01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jul 2023 08:20:13 +0000 Subject: [PATCH] chore(release): 1.2.6 [skip ci] ## [1.2.6](https://github.com/AstraProtocol/explorer-fe/compare/v1.2.5...v1.2.6) (2023-07-10) ### Bug Fixes * wrong contract verified notice ([ca970e6](https://github.com/AstraProtocol/explorer-fe/commit/ca970e60ccc8b67443249bc00542a3169bd3a6a4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5393261d..7df61a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/AstraProtocol/explorer-fe/compare/v1.2.5...v1.2.6) (2023-07-10) + + +### Bug Fixes + +* wrong contract verified notice ([ca970e6](https://github.com/AstraProtocol/explorer-fe/commit/ca970e60ccc8b67443249bc00542a3169bd3a6a4)) + ## [1.2.5](https://github.com/AstraProtocol/explorer-fe/compare/v1.2.4...v1.2.5) (2023-06-21) diff --git a/package.json b/package.json index 4c6c4e92..07474971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer-fe", - "version": "1.2.5", + "version": "1.2.6", "description": "Explorer for inspecting and analyzing EVM & Cosmos based blockchains", "scripts": { "dev": "next",