From 7d6edb9914d3efbd273517d98fe6c1ef69fe91b3 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Thu, 24 Oct 2024 10:04:38 +0200 Subject: [PATCH] chore: released new version - @kyvejs/tendermint@1.2.7 --- integrations/tendermint/CHANGELOG.md | 6 ++++++ integrations/tendermint/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 6b2cd5b2..3b66f1a7 100644 --- a/integrations/tendermint/CHANGELOG.md +++ b/integrations/tendermint/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.6...@kyvejs/tendermint@1.2.7) (2024-10-24) + +### Bug Fixes + +- remove index in finalize block events ([#157](https://github.com/KYVENetwork/kyvejs/issues/157)) ([2fb33c2](https://github.com/KYVENetwork/kyvejs/commit/2fb33c2a2d36ed83ce39eefb086e5fe1a4a80c68)) + ## [1.2.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.5...@kyvejs/tendermint@1.2.6) (2024-09-23) ### Bug Fixes diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 6ded54b4..000aa277 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.2.6", + "version": "1.2.7", "license": "MIT", "scripts": { "build": "rimraf dist && tsc",