From 5a0bab3e0f33197b842d6a17b5a22d32373eff69 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Wed, 13 Mar 2024 14:42:38 +0100 Subject: [PATCH] chore: released new version - @kyvejs/tendermint-ssync@1.1.6 --- integrations/tendermint-ssync/CHANGELOG.md | 6 ++++++ integrations/tendermint-ssync/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 8342c553..3acbb865 100644 --- a/integrations/tendermint-ssync/CHANGELOG.md +++ b/integrations/tendermint-ssync/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.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.5...@kyvejs/tendermint-ssync@1.1.6) (2024-03-13) + +### Bug Fixes + +- exclude tendermint software version from validation ([#123](https://github.com/KYVENetwork/kyvejs/issues/123)) ([1a35943](https://github.com/KYVENetwork/kyvejs/commit/1a35943f1165e895b5a704833276d0b21fdea8b9)) + ## [1.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.4...@kyvejs/tendermint-ssync@1.1.5) (2024-03-05) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 10217817..7aafb3f8 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc",