diff --git a/CHANGELOG.md b/CHANGELOG.md index 2759b7d..34598c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.0.30](https://github.com/oceanprotocol/react/compare/v0.0.29...v0.0.30) + +> 31 July 2020 + +- refactor web3 connection [`#66`](https://github.com/oceanprotocol/react/pull/66) +- update example [`fd1e4f0`](https://github.com/oceanprotocol/react/commit/fd1e4f0a5752d61c01435d2745fa78d144fbf8c9) +- update docs [`f2573be`](https://github.com/oceanprotocol/react/commit/f2573bee232c102c73bef0c17b068763e1b6d72d) +- error catching for connect, todo cleanup [`d68ccb9`](https://github.com/oceanprotocol/react/commit/d68ccb9ff946d4f3dc03cb703b38092bc313e963) + #### [v0.0.29](https://github.com/oceanprotocol/react/compare/v0.0.28...v0.0.29) > 30 July 2020 diff --git a/package-lock.json b/package-lock.json index 35aa40f..8b92cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da5e087..1ea35ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.29", + "version": "0.0.30", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",