diff --git a/CHANGELOG.md b/CHANGELOG.md index 75409ae..620bdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19) + +- purgatory account fix [`6ffb9fc`](https://github.com/oceanprotocol/react/commit/6ffb9fc783a036ee58636629045104b278e25e35) + #### [v0.3.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18) +> 13 November 2020 + +- Release 0.3.18 [`6f33f95`](https://github.com/oceanprotocol/react/commit/6f33f953df6ce8ffe9f328c5f66a704afdb018b3) - 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) diff --git a/package-lock.json b/package-lock.json index bad878c..d49a377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.18", + "version": "0.3.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 515de16..f2ad245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.18", + "version": "0.3.19", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",