diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d92b41..fa83b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.20](https://github.com/oceanprotocol/react/compare/v0.0.19...v0.0.20) + +> 20 July 2020 + +- remove default Web3 providers [`0a314f0`](https://github.com/oceanprotocol/react/commit/0a314f000b011ddfa280e87b9a55e401cac547a5) + #### [v0.0.19](https://github.com/oceanprotocol/react/compare/v0.0.18...v0.0.19) > 20 July 2020 +- Release 0.0.19 [`595803a`](https://github.com/oceanprotocol/react/commit/595803a155877a4c6d0640dcc419ded18e838fb9) - another build tweak [`c762517`](https://github.com/oceanprotocol/react/commit/c762517de318c8ac4303e9830f613804ec049b83) #### [v0.0.18](https://github.com/oceanprotocol/react/compare/v0.0.17...v0.0.18) diff --git a/package-lock.json b/package-lock.json index e0a9ae8..c5e7611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.19", + "version": "0.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4db7cb3..a0a5fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.19", + "version": "0.0.20", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "umd:main": "dist/index.umd.js",