diff --git a/CHANGELOG.md b/CHANGELOG.md index 76595f5..cb8cefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.6](https://github.com/oceanprotocol/react/compare/v0.0.5...v0.0.6) + +> 14 May 2020 + +- use compute logs [`54f8e07`](https://github.com/oceanprotocol/react/commit/54f8e07b60d5b2f11d27e14cc0267664fa744872) + #### [v0.0.5](https://github.com/oceanprotocol/react/compare/v0.0.4...v0.0.5) > 14 May 2020 +- Release 0.0.5 [`75d6869`](https://github.com/oceanprotocol/react/commit/75d686992fde9d479a27323c01c7b20c09f6271a) - added isLoading to compute and log error [`defbde1`](https://github.com/oceanprotocol/react/commit/defbde1e6fee73d28412e08a357235d90f409f8b) #### [v0.0.4](https://github.com/oceanprotocol/react/compare/v0.0.3...v0.0.4) diff --git a/package-lock.json b/package-lock.json index 16aa0f1..be7ced7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83f3424..3a74267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.5", + "version": "0.0.6", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",