diff --git a/CHANGELOG.md b/CHANGELOG.md index 836631d..8913e30 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.4.0](https://github.com/oceanprotocol/react/compare/v0.3.23...v0.4.0) + +- Bump web3modal from 1.9.1 to 1.9.2 [`#193`](https://github.com/oceanprotocol/react/pull/193) +- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#196`](https://github.com/oceanprotocol/react/pull/196) +- Bump release-it from 14.2.1 to 14.2.2 [`#195`](https://github.com/oceanprotocol/react/pull/195) +- Bump prettier from 2.1.2 to 2.2.1 [`#194`](https://github.com/oceanprotocol/react/pull/194) +- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#192`](https://github.com/oceanprotocol/react/pull/192) +- downgrade web3.js [`#197`](https://github.com/oceanprotocol/react/pull/197) +- package updates [`7fcb65d`](https://github.com/oceanprotocol/react/commit/7fcb65dd2ad47b8a9e819ac13852f90fafc62699) + #### [v0.3.23](https://github.com/oceanprotocol/react/compare/v0.3.22...v0.3.23) +> 1 December 2020 + - fix exchange price [`04f3704`](https://github.com/oceanprotocol/react/commit/04f3704f38aa4747609432c7da2c03df3ce92398) +- Release 0.3.23 [`259b851`](https://github.com/oceanprotocol/react/commit/259b8514ee86212c8ee4537a51070017b766f2fa) #### [v0.3.22](https://github.com/oceanprotocol/react/compare/v0.3.21...v0.3.22) diff --git a/package-lock.json b/package-lock.json index ae3b536..e1dde27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.23", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 894a06a..2633d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.23", + "version": "0.4.0", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",