From fc4bd5b0c8484b0e4f8a279c04a3c35ed2cf0edb Mon Sep 17 00:00:00 2001 From: zeroXbrock <2791467+zeroXbrock@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:28:26 -0700 Subject: [PATCH] Release 0.7.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c2dd53..2e16586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flashbots/mev-share-client", - "version": "0.7.9", + "version": "0.7.10", "description": "MEV-Share client library for Flashbots mev-share.", "main": "build/index.js", "repository": "https://github.com/flashbots/mev-share-client-ts",