diff --git a/CHANGELOG.md b/CHANGELOG.md index 34598c2..6df2f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.31](https://github.com/oceanprotocol/react/compare/v0.0.30...v0.0.31) + +> 5 August 2020 + +- Feature/consume [`#71`](https://github.com/oceanprotocol/react/pull/71) +- Bump @types/react from 16.9.43 to 16.9.44 [`#70`](https://github.com/oceanprotocol/react/pull/70) +- Bump eslint from 7.5.0 to 7.6.0 [`#69`](https://github.com/oceanprotocol/react/pull/69) +- simple consume [`d64ec06`](https://github.com/oceanprotocol/react/commit/d64ec0617e885c74fa0d7b832714e94fc9e50f86) +- consume for advanced flow [`264bde6`](https://github.com/oceanprotocol/react/commit/264bde6c27f7c94987ee112201f1c957f9c99023) +- format/test [`53ca5ad`](https://github.com/oceanprotocol/react/commit/53ca5ad6cbf8214c037f20643fd452050aaf208b) + #### [v0.0.30](https://github.com/oceanprotocol/react/compare/v0.0.29...v0.0.30) > 31 July 2020 diff --git a/package-lock.json b/package-lock.json index 9edf2f7..ad39c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.30", + "version": "0.0.31", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7af2ad..a77de95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.30", + "version": "0.0.31", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",