diff --git a/CHANGELOG.md b/CHANGELOG.md index 554addf..faf8575 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.3.15](https://github.com/oceanprotocol/react/compare/v0.3.14...v0.3.15) + +- fix price calculation [`6757454`](https://github.com/oceanprotocol/react/commit/6757454ff285c0d337aa1206671d1bf4dd7a9909) +- fix [`3a1da5e`](https://github.com/oceanprotocol/react/commit/3a1da5e313759378afdd95df945d5fee624368de) + #### [v0.3.14](https://github.com/oceanprotocol/react/compare/v0.3.13...v0.3.14) +> 29 October 2020 + - refresh price [`08a7930`](https://github.com/oceanprotocol/react/commit/08a79305dcbaaa27ebf5f8cc58234f22e41994af) +- Release 0.3.14 [`dbfa57e`](https://github.com/oceanprotocol/react/commit/dbfa57ea615a16800080784f9785a1df55a78f95) - 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) diff --git a/package-lock.json b/package-lock.json index 20bc39a..2e054e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.14", + "version": "0.3.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 570b7ae..4b20962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.14", + "version": "0.3.15", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",