diff --git a/CHANGELOG.md b/CHANGELOG.md index 470969db..fb301884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog for Covalent GoldRush Kit +## 0.6.0 + +**Features** + +- All the Organisms have been broken down to properly grouped molecules +- Added `Timestamp` Atom + +**Fixes** + +- Responsiveness of multiple components +- Visual uniformity +- DRY Code + ## 0.5.6 **Features** diff --git a/package-lock.json b/package-lock.json index 8551630d..e9b6724b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.6", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.5.6", + "version": "0.6.0", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^1.0.2", diff --git a/package.json b/package.json index edb8a20c..a5f76085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.6", + "version": "0.6.0", "description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.", "exports": { ".": {