diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b322a55..f589b193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog for Covalent GoldRush Kit +## 0.4.7 + +## What's Changed + +## Fixes +- Fix transactions receipt responsiveness +- Fix copy toast for address copy + +## Features +- Add block details v2 + + ## 0.4.6 ## What's Changed diff --git a/package-lock.json b/package-lock.json index 84161fd6..da214b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^0.9.4", diff --git a/package.json b/package.json index bdec133d..a4781065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "_id": "goldrush-kit@0.0.1", "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "types": "dist/index.d.ts", "exports": { ".": {