diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f348f3..63adeea 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.3.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7) + +- fix interfaces [`fbf28f3`](https://github.com/oceanprotocol/react/commit/fbf28f304c3caf51704d6a0e665de68100d514c0) + #### [v0.3.6](https://github.com/oceanprotocol/react/compare/v0.3.5...v0.3.6) +> 23 October 2020 + - addition to config typing [`#160`](https://github.com/oceanprotocol/react/pull/160) - usePreviousOrder [`#159`](https://github.com/oceanprotocol/react/pull/159) +- Release 0.3.6 [`556a2e9`](https://github.com/oceanprotocol/react/commit/556a2e97fe8ca73bf2f08f677485081d239ccfa2) #### [v0.3.5](https://github.com/oceanprotocol/react/compare/v0.3.4...v0.3.5) diff --git a/package-lock.json b/package-lock.json index b690c46..3de29dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b995be0..f4192d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.6", + "version": "0.3.7", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",