From 132121e29d4c50748f24a1a0b32efa6b6fe78cc9 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Mon, 20 Jun 2022 13:36:15 -0400 Subject: [PATCH] v1.4.3 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad39d65..871dd86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alch/alchemy-web3", - "version": "1.4.2", + "version": "1.4.3", "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 732e1fe..c30e3aa 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.2"; +export const VERSION = "1.4.3";