diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3db4c..b9bbe9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.0.47](https://github.com/oceanprotocol/react/compare/v0.0.46...v0.0.47) + +- Lib update [`#129`](https://github.com/oceanprotocol/react/pull/129) +- updates for new version of lib [`8943aa0`](https://github.com/oceanprotocol/react/commit/8943aa0639a297386991fbbab795f2350d13142e) +- lib update [`9cf210f`](https://github.com/oceanprotocol/react/commit/9cf210ff60f683f5506a36a645c65f9892161825) +- lib update [`92c4e4b`](https://github.com/oceanprotocol/react/commit/92c4e4ba5142df1a3f51135c09f57d5c77bee6a1) + #### [v0.0.46](https://github.com/oceanprotocol/react/compare/v0.0.45...v0.0.46) +> 29 September 2020 + - liquidityProviderFee → swapFee [`#126`](https://github.com/oceanprotocol/react/pull/126) - Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#121`](https://github.com/oceanprotocol/react/pull/121) - Bump eslint-plugin-react from 7.20.6 to 7.21.2 [`#124`](https://github.com/oceanprotocol/react/pull/124) diff --git a/package-lock.json b/package-lock.json index 03460a3..55b9c06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.46", + "version": "0.0.47", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 198d1fe..f23c3c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.46", + "version": "0.0.47", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",