diff --git a/CHANGELOG.md b/CHANGELOG.md index 393eed1..ecf26ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,23 @@ 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.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3) + +- pass through mpAddress [`#139`](https://github.com/oceanprotocol/react/pull/139) +- package updates [`acf570c`](https://github.com/oceanprotocol/react/commit/acf570c4f8c8b4f2b4231e772f6918b4a63d4b01) +- update compute [`232e08e`](https://github.com/oceanprotocol/react/commit/232e08e177c42a7ef1aa66c24086e9debcf5dbcb) +- update example [`803c5f9`](https://github.com/oceanprotocol/react/commit/803c5f971748202e69a3574de69c5f6fbbf1ffbf) + #### [v0.1.2](https://github.com/oceanprotocol/react/compare/v0.1.1...v0.1.2) +> 8 October 2020 + - BestPrice updates [`#138`](https://github.com/oceanprotocol/react/pull/138) - Bump eslint-plugin-react from 7.21.2 to 7.21.3 [`#134`](https://github.com/oceanprotocol/react/pull/134) - Bump web3modal from 1.9.0 to 1.9.1 [`#136`](https://github.com/oceanprotocol/react/pull/136) - Bump @types/react from 16.9.49 to 16.9.50 [`#133`](https://github.com/oceanprotocol/react/pull/133) - set price from DDO first, then from chain [`efb4b12`](https://github.com/oceanprotocol/react/commit/efb4b12d71efa12a09d1ce11f1f7471cb4f95509) +- Release 0.1.2 [`931af23`](https://github.com/oceanprotocol/react/commit/931af239f1bedd8dfa985e1e0645bdf2e476620c) #### [v0.1.1](https://github.com/oceanprotocol/react/compare/v0.1.0...v0.1.1) diff --git a/package-lock.json b/package-lock.json index 097c7ee..56a7e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 248291f..d21364c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.2", + "version": "0.1.3", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",