diff --git a/CHANGELOG.md b/CHANGELOG.md index 672a11a..69bac0e 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.1.0](https://github.com/oceanprotocol/react/compare/v0.0.50...v0.1.0) + +- use networkId instead of chainId [`#132`](https://github.com/oceanprotocol/react/pull/132) +- only use networkId, remove chainId [`9bd86e7`](https://github.com/oceanprotocol/react/commit/9bd86e70ea76d4988703427346dcff9b624c2aa0) +- bump ocean-lib-js [`71ff922`](https://github.com/oceanprotocol/react/commit/71ff922b7d306e1c986eb87282b185abfb942b6d) +- add networkId [`1576bd3`](https://github.com/oceanprotocol/react/commit/1576bd3e90cfd4e5a38867451bf48f00e6ba306d) + #### [v0.0.50](https://github.com/oceanprotocol/react/compare/v0.0.49...v0.0.50) +> 1 October 2020 + +- Release 0.0.50 [`dc8831d`](https://github.com/oceanprotocol/react/commit/dc8831d78c1f1ad50c4f4b97f358fda4815a3508) - ocean lib bump [`2d80a7d`](https://github.com/oceanprotocol/react/commit/2d80a7d12a7d5a5d4e56a551c3601826cf7de2ef) #### [v0.0.49](https://github.com/oceanprotocol/react/compare/v0.0.48...v0.0.49) diff --git a/package-lock.json b/package-lock.json index 67177f9..794dda6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.50", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 589ca13..446c1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.50", + "version": "0.1.0", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",