diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fac5f..554addf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.3.14](https://github.com/oceanprotocol/react/compare/v0.3.13...v0.3.14) + +- refresh price [`08a7930`](https://github.com/oceanprotocol/react/commit/08a79305dcbaaa27ebf5f8cc58234f22e41994af) +- oceanlib bump [`4950290`](https://github.com/oceanprotocol/react/commit/4950290c7988abadd9d87c48ae033daf06488a95) +- fix [`5464b21`](https://github.com/oceanprotocol/react/commit/5464b21d6bec1a3ba18f0db2a6271ed541e75a3b) + #### [v0.3.13](https://github.com/oceanprotocol/react/compare/v0.3.12...v0.3.13) +> 28 October 2020 + +- Release 0.3.13 [`a5c4884`](https://github.com/oceanprotocol/react/commit/a5c4884f1886a3a805ca803a55ff666bbc95eebf) + #### [v0.3.12](https://github.com/oceanprotocol/react/compare/v0.3.11...v0.3.12) > 28 October 2020 diff --git a/package-lock.json b/package-lock.json index cb91a85..7873199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.13", + "version": "0.3.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d17681..570b7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.13", + "version": "0.3.14", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",