diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d7e6e..54edf7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.22](https://github.com/oceanprotocol/react/compare/v0.0.21...v0.0.22) + +> 20 July 2020 + +- no ocean balance conversion [`49ad474`](https://github.com/oceanprotocol/react/commit/49ad47493c1a2a18a78bd8defb6ab38653488e48) + #### [v0.0.21](https://github.com/oceanprotocol/react/compare/v0.0.20...v0.0.21) > 20 July 2020 - grab and output ETH & OCEAN balance [`f361745`](https://github.com/oceanprotocol/react/commit/f3617458ff28387b1046b60e48f332f0ca4981a2) +- Release 0.0.21 [`35a8878`](https://github.com/oceanprotocol/react/commit/35a8878fc9cf74087dc9959bbd794133c1d47dcc) - repo description change [`2f5975a`](https://github.com/oceanprotocol/react/commit/2f5975ad499f99a70517d27453c7985e31c52f79) #### [v0.0.20](https://github.com/oceanprotocol/react/compare/v0.0.19...v0.0.20) diff --git a/package-lock.json b/package-lock.json index d2b4bcb..4c96328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76164ad..e7caa29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.21", + "version": "0.0.22", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",