diff --git a/CHANGELOG.md b/CHANGELOG.md index e12e3bf..672a11a 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.50](https://github.com/oceanprotocol/react/compare/v0.0.49...v0.0.50) + +- ocean lib bump [`2d80a7d`](https://github.com/oceanprotocol/react/commit/2d80a7d12a7d5a5d4e56a551c3601826cf7de2ef) + #### [v0.0.49](https://github.com/oceanprotocol/react/compare/v0.0.48...v0.0.49) +> 1 October 2020 + - update ocean-lib [`#131`](https://github.com/oceanprotocol/react/pull/131) - update [`6c2353f`](https://github.com/oceanprotocol/react/commit/6c2353fb172c8d4f70a672ff28b338101316fc4e) - up [`54e9228`](https://github.com/oceanprotocol/react/commit/54e922814d2126b236d8b62d1049bbd1ca93b1f4) +- Release 0.0.49 [`9090c22`](https://github.com/oceanprotocol/react/commit/9090c2238fc032e37b21651d6dcb81e980fdc4fe) #### [v0.0.48](https://github.com/oceanprotocol/react/compare/v0.0.47...v0.0.48) diff --git a/package-lock.json b/package-lock.json index d256147..581591e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.49", + "version": "0.0.50", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cca16a1..d754852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.49", + "version": "0.0.50", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",