diff --git a/CHANGELOG.md b/CHANGELOG.md index 620bdc0..f1e2eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20) + +- 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) + #### [v0.3.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19) +> 13 November 2020 + - purgatory account fix [`6ffb9fc`](https://github.com/oceanprotocol/react/commit/6ffb9fc783a036ee58636629045104b278e25e35) +- Release 0.3.19 [`6981863`](https://github.com/oceanprotocol/react/commit/69818637941370acbe3c8c0119ef2a195e7f7d2c) #### [v0.3.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18) diff --git a/package-lock.json b/package-lock.json index a169867..059e763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.19", + "version": "0.3.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df45a4a..fa2bafc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.19", + "version": "0.3.20", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",