diff --git a/CHANGELOG.md b/CHANGELOG.md index 2476d5b..8196867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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.9](https://github.com/oceanprotocol/react/compare/v0.3.8...v0.3.9) + +- Update/ocean.js bump [`#164`](https://github.com/oceanprotocol/react/pull/164) +- disable price interval [`#163`](https://github.com/oceanprotocol/react/pull/163) +- Bump eslint from 7.11.0 to 7.12.0 [`#162`](https://github.com/oceanprotocol/react/pull/162) +- Bump axios from 0.20.0 to 0.21.0 [`#161`](https://github.com/oceanprotocol/react/pull/161) +- format [`76a5953`](https://github.com/oceanprotocol/react/commit/76a5953caff0a001c31ced564fc1186edf3bc5cb) +- update to new ocean.js [`9791450`](https://github.com/oceanprotocol/react/commit/9791450b48bcd129acedff6f0d880dd17ccb47a8) +- ocean.js bump [`3c4ef76`](https://github.com/oceanprotocol/react/commit/3c4ef7677a2820a736f43e0e7654f7a35fb6bda3) + #### [v0.3.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8) +> 23 October 2020 + - bump @oceanprotocol/lib [`2574993`](https://github.com/oceanprotocol/react/commit/2574993ed98bfdb41b3d29176b0889aa1cf1b261) +- Release 0.3.8 [`4f01a3d`](https://github.com/oceanprotocol/react/commit/4f01a3d85a9086c7f14fc5b426bd85e3fc285d89) #### [v0.3.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7) diff --git a/package-lock.json b/package-lock.json index ace990d..da527ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.8", + "version": "0.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 478a3a2..c226c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.8", + "version": "0.3.9", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",