From 76926332fff775f74ae795be53c3cd465409c558 Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Mon, 23 Sep 2024 09:45:31 +0200 Subject: [PATCH] chore: released new version - @kyvejs/tendermint@1.2.6 --- 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 b5de5a52..6b2cd5b2 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.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.5...@kyvejs/tendermint@1.2.6) (2024-09-23) + +### Bug Fixes + +- allow `null` for `finalize_block_events` ([#156](https://github.com/KYVENetwork/kyvejs/issues/156)) ([0f733c4](https://github.com/KYVENetwork/kyvejs/commit/0f733c422a78d7e8ce9c1d701b2c2c0a413263e5)) + ## [1.2.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.4...@kyvejs/tendermint@1.2.5) (2024-09-13) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 2b3097d4..6ded54b4 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.2.5", + "version": "1.2.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc",