diff --git a/CHANGELOG.md b/CHANGELOG.md index e18960e..4d92b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.19](https://github.com/oceanprotocol/react/compare/v0.0.18...v0.0.19) + +> 20 July 2020 + +- another build tweak [`c762517`](https://github.com/oceanprotocol/react/commit/c762517de318c8ac4303e9830f613804ec049b83) + #### [v0.0.18](https://github.com/oceanprotocol/react/compare/v0.0.17...v0.0.18) > 18 July 2020 - use microbundle for release bundle generation [`b0c5658`](https://github.com/oceanprotocol/react/commit/b0c56583e549280d76137315a02ee73c08375226) +- Release 0.0.18 [`0416362`](https://github.com/oceanprotocol/react/commit/0416362316476a60221db0a045837d32cdef13ac) - next fix [`12c38b2`](https://github.com/oceanprotocol/react/commit/12c38b235fe993c207628424d40c725f8fceeddd) #### [v0.0.17](https://github.com/oceanprotocol/react/compare/v0.0.16...v0.0.17) diff --git a/package-lock.json b/package-lock.json index 42cfc64..4e89992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3da03c7..0b6065f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.18", + "version": "0.0.19", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "umd:main": "dist/index.umd.js",