From d2881b9a943b0318c60eda975f22cbe6aadddb15 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Thu, 14 Jul 2022 19:49:59 -0500 Subject: [PATCH] v1.4.6 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6950f44..c444892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alch/alchemy-web3", - "version": "1.4.5", + "version": "1.4.6", "description": "Web3 client extended with Alchemy and browser provider integration.", "module": "dist/esm/index.js", "main": "dist/cjs/index.js", diff --git a/src/version.ts b/src/version.ts index 4b632ef..44e31f5 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // This file is autogenerated by injectVersion.js. Any changes will be // overwritten on commit! -export const VERSION = "1.4.5"; +export const VERSION = "1.4.6";