From b6789b8c16ea861901528a2da207b9d46319e008 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Sep 2022 15:28:56 +0000 Subject: [PATCH] chore(release): 3.5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.5.6](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.5...v3.5.6) (2022-09-01) ### Bug Fixes * 🐛 Update @types/debug ([3b707dd](https://github.com/splunk/splunk-connect-for-ethereum/commit/3b707dd8096d65d7ae0811fe5154ffd86084d9c5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15be380..10f1c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.6](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.5...v3.5.6) (2022-09-01) + + +### Bug Fixes + +* 🐛 Update @types/debug ([3b707dd](https://github.com/splunk/splunk-connect-for-ethereum/commit/3b707dd8096d65d7ae0811fe5154ffd86084d9c5)) + ## [3.5.5](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.4...v3.5.5) (2022-09-01) diff --git a/package.json b/package.json index 6731787..2769575 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@splunkdlt/ethlogger", "description": "Agent to gather information from an Ethereum node - part of Splunk Connect for Ethereum", - "version": "3.5.5", + "version": "3.5.6", "author": "Splunk", "bin": { "ethlogger": "./bin/run"