diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e2eed..03a5d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,26 @@ 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.21](https://github.com/oceanprotocol/react/compare/v0.3.20...v0.3.21) + +- Bump @types/react from 16.9.56 to 17.0.0 [`#187`](https://github.com/oceanprotocol/react/pull/187) +- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 [`#191`](https://github.com/oceanprotocol/react/pull/191) +- Bump @typescript-eslint/parser from 4.7.0 to 4.8.1 [`#189`](https://github.com/oceanprotocol/react/pull/189) +- Bump typescript from 4.0.5 to 4.1.2 [`#188`](https://github.com/oceanprotocol/react/pull/188) +- Bump eslint from 7.13.0 to 7.14.0 [`#190`](https://github.com/oceanprotocol/react/pull/190) +- optimize price calculation [`312b62c`](https://github.com/oceanprotocol/react/commit/312b62ced37554b54011d445c49bb50905760198) +- fix travis [`4e6e5f1`](https://github.com/oceanprotocol/react/commit/4e6e5f1b30b0986244be3379e00b2d74be4b22cd) + #### [v0.3.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20) +> 19 November 2020 + - optimize [`#186`](https://github.com/oceanprotocol/react/pull/186) - Bump @types/react from 16.9.55 to 16.9.56 [`#183`](https://github.com/oceanprotocol/react/pull/183) - Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#182`](https://github.com/oceanprotocol/react/pull/182) - Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#181`](https://github.com/oceanprotocol/react/pull/181) - quick example fix [`2701b33`](https://github.com/oceanprotocol/react/commit/2701b33b386bd1c480a124b56052cfac98d63f96) +- Release 0.3.20 [`1532de8`](https://github.com/oceanprotocol/react/commit/1532de813ef74cbbf8cf436d6f9f2eb0ec04a98f) #### [v0.3.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19) diff --git a/package-lock.json b/package-lock.json index 57a5cd0..3a7714a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.20", + "version": "0.3.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 55a0a74..11100f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.20", + "version": "0.3.21", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",