diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d1960..b679605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,20 @@ 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.11](https://github.com/oceanprotocol/react/compare/v0.3.10...v0.3.11) + +- update [`#168`](https://github.com/oceanprotocol/react/pull/168) +- Update README.md [`1c5afee`](https://github.com/oceanprotocol/react/commit/1c5afee18bcd86fdfd99fb86b398c82e762fce65) + #### [v0.3.10](https://github.com/oceanprotocol/react/compare/v0.3.9...v0.3.10) +> 27 October 2020 + - fixed price, ocean lib update [`#166`](https://github.com/oceanprotocol/react/pull/166) - fix mint [`#167`](https://github.com/oceanprotocol/react/pull/167) +- Release 0.3.10 [`2ad1d1a`](https://github.com/oceanprotocol/react/commit/2ad1d1adf2323cf2f336151c4475e28d6374d593) - use Decimal [`f1934fe`](https://github.com/oceanprotocol/react/commit/f1934fec3ea5930c7883b17b61cc2598c0132498) - fix minting [`5b84f07`](https://github.com/oceanprotocol/react/commit/5b84f07d4957d92650d4b9cdf420e80a13b00d1e) -- destruct [`1a1a741`](https://github.com/oceanprotocol/react/commit/1a1a7416450184b17fb05de883b684e983fa2163) #### [v0.3.9](https://github.com/oceanprotocol/react/compare/v0.3.8...v0.3.9) diff --git a/package-lock.json b/package-lock.json index 8888011..ddc9880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8d2be3..81703e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.10", + "version": "0.3.11", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",