diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfb247..586693c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37) + +> 18 August 2020 + +- add getBestPool [`#82`](https://github.com/oceanprotocol/react/pull/82) +- Bump release-it from 13.6.6 to 13.6.7 [`#78`](https://github.com/oceanprotocol/react/pull/78) +- Bump @types/react from 16.9.44 to 16.9.46 [`#79`](https://github.com/oceanprotocol/react/pull/79) +- Bump eslint-plugin-react from 7.20.5 to 7.20.6 [`#80`](https://github.com/oceanprotocol/react/pull/80) +- Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.0 [`#77`](https://github.com/oceanprotocol/react/pull/77) +- Bump @typescript-eslint/parser from 3.7.1 to 3.9.0 [`#81`](https://github.com/oceanprotocol/react/pull/81) +- package updates [`762a5a2`](https://github.com/oceanprotocol/react/commit/762a5a213912fbf1ae34b48312d44d890578f839) +- master → main [`719a78d`](https://github.com/oceanprotocol/react/commit/719a78dd0b3550336e5b29eb56e5fd54e4691137) + #### [v0.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36) > 12 August 2020 @@ -12,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- Release 0.0.36 [`af1abb2`](https://github.com/oceanprotocol/react/commit/af1abb29bf8306760bdca72216f90f753f64253f) - 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) diff --git a/package-lock.json b/package-lock.json index 045de19..1ddd229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.36", + "version": "0.0.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bafa3ee..dfe81f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.36", + "version": "0.0.37", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",