diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed408b..d85b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.34](https://github.com/oceanprotocol/react/compare/v0.0.33...v0.0.34) + +> 11 August 2020 + +- config fix [`4a7604b`](https://github.com/oceanprotocol/react/commit/4a7604b4f921e54a18e2b9855c4fe42978380cc6) +- format [`9949ae9`](https://github.com/oceanprotocol/react/commit/9949ae999f0332f603858f6bb5cd6952a3b86dcf) + #### [v0.0.33](https://github.com/oceanprotocol/react/compare/v0.0.32...v0.0.33) > 11 August 2020 @@ -12,7 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Feature/get price [`#72`](https://github.com/oceanprotocol/react/pull/72) - added networkmonitor [`16ab666`](https://github.com/oceanprotocol/react/commit/16ab66695240425b0c95a057fc597964c3f0d98c) - format [`100903d`](https://github.com/oceanprotocol/react/commit/100903d10b3ea6116c12fe6452bf867122434012) -- correct config on connect [`0498e3a`](https://github.com/oceanprotocol/react/commit/0498e3ae750fa2a69b45d47a6ef033a4da0ac435) +- Release 0.0.33 [`891b1e1`](https://github.com/oceanprotocol/react/commit/891b1e1f4f216c1f9118f3adefa94bd50cb423b8) #### [v0.0.32](https://github.com/oceanprotocol/react/compare/v0.0.31...v0.0.32) diff --git a/package-lock.json b/package-lock.json index b7f22e3..2610336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.33", + "version": "0.0.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f40474c..48d333b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.33", + "version": "0.0.34", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",