From f36c0b043ca1765ef2cb890ff3b3032be45e3d6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Sep 2022 21:36:29 +0000 Subject: [PATCH] chore(release): 3.5.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.5.7](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.6...v3.5.7) (2022-09-08) ### Bug Fixes * 🐛 upgrade dependencies in lockfile ([b6dc45d](https://github.com/splunk/splunk-connect-for-ethereum/commit/b6dc45d6c06ecc77e4b0bac6e63831f1d0aca829)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f1c2d..357c625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.7](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.6...v3.5.7) (2022-09-08) + + +### Bug Fixes + +* 🐛 upgrade dependencies in lockfile ([b6dc45d](https://github.com/splunk/splunk-connect-for-ethereum/commit/b6dc45d6c06ecc77e4b0bac6e63831f1d0aca829)) + ## [3.5.6](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.5...v3.5.6) (2022-09-01) diff --git a/package.json b/package.json index 2769575..46983c7 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.6", + "version": "3.5.7", "author": "Splunk", "bin": { "ethlogger": "./bin/run"