diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e49ec..2cfb247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,23 @@ 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.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36) + +> 12 August 2020 + +- Bump @types/react from 16.9.44 to 16.9.45 [`#74`](https://github.com/oceanprotocol/react/pull/74) +- Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.8.0 [`#75`](https://github.com/oceanprotocol/react/pull/75) +- Bump @typescript-eslint/parser from 3.7.1 to 3.8.0 [`#76`](https://github.com/oceanprotocol/react/pull/76) +- update [`6854318`](https://github.com/oceanprotocol/react/commit/6854318023f6d14ce4b395904425d42b75e8f1cb) +- metadata fix [`fc3c2e7`](https://github.com/oceanprotocol/react/commit/fc3c2e72f87dda8b9417fba28a020b83850ab7e4) +- example update [`4245280`](https://github.com/oceanprotocol/react/commit/42452805e50f4329b7c28125c821f38b0d656ad4) + #### [v0.0.35](https://github.com/oceanprotocol/react/compare/v0.0.34...v0.0.35) > 12 August 2020 - add marketFeeAddress [`867b52f`](https://github.com/oceanprotocol/react/commit/867b52fb3103dab4e08e47c6e4da29c53faec8ab) +- Release 0.0.35 [`18f3a5f`](https://github.com/oceanprotocol/react/commit/18f3a5f306665113d46f8c5d85d54132bd929969) #### [v0.0.34](https://github.com/oceanprotocol/react/compare/v0.0.33...v0.0.34) diff --git a/package-lock.json b/package-lock.json index 5348d9f..5b611bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.35", + "version": "0.0.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7eb571..4f4974a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.35", + "version": "0.0.36", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",