From 75d686992fde9d479a27323c01c7b20c09f6271a Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 14 May 2020 16:07:10 +0300 Subject: [PATCH] Release 0.0.5 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0f8bb..76595f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +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.5](https://github.com/oceanprotocol/react/compare/v0.0.4...v0.0.5) + +> 14 May 2020 + +- 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) > 14 May 2020 +- Release 0.0.4 [`879f818`](https://github.com/oceanprotocol/react/commit/879f818590c2cf1321a5d906418a6ce13730d7c8) - test fix [`84063e6`](https://github.com/oceanprotocol/react/commit/84063e684412435bf567941e17dffdf2f19ddeca) - compute params [`d2ff0c6`](https://github.com/oceanprotocol/react/commit/d2ff0c66868e119fa043bab214aed22b3d88ed40) -- Update README.md [`f5ada45`](https://github.com/oceanprotocol/react/commit/f5ada455494b1eb6db8a2a8015675ff86d6f7137) #### [v0.0.3](https://github.com/oceanprotocol/react/compare/v0.0.2...v0.0.3) diff --git a/package-lock.json b/package-lock.json index aca80dd..16aa0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ddc1a95..83f3424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.4", + "version": "0.0.5", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",