diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac9597..75409ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18) + +- purgatory fix [`2a6639e`](https://github.com/oceanprotocol/react/commit/2a6639e1160f24292df913e4750e16adb4a4f774) + #### [v0.3.17](https://github.com/oceanprotocol/react/compare/v0.3.16...v0.3.17) +> 13 November 2020 + - Feature/purgatory [`#180`](https://github.com/oceanprotocol/react/pull/180) - Bump @typescript-eslint/parser from 4.5.0 to 4.6.1 [`#177`](https://github.com/oceanprotocol/react/pull/177) - Bump typescript from 4.0.3 to 4.0.5 [`#176`](https://github.com/oceanprotocol/react/pull/176) @@ -16,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#171`](https://github.com/oceanprotocol/react/pull/171) - Bump @types/react from 16.9.53 to 16.9.55 [`#172`](https://github.com/oceanprotocol/react/pull/172) - Bump eslint from 7.12.0 to 7.12.1 [`#173`](https://github.com/oceanprotocol/react/pull/173) +- Release 0.3.17 [`17574f2`](https://github.com/oceanprotocol/react/commit/17574f238bfbbb43735683ea405211562f1240fd) #### [v0.3.16](https://github.com/oceanprotocol/react/compare/v0.3.15...v0.3.16) diff --git a/package-lock.json b/package-lock.json index 16e9d5e..bad878c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.17", + "version": "0.3.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 31d5a81..515de16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.17", + "version": "0.3.18", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",