From 44e2484327b4e314f5c42303a7dc814c6f6960fe Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 10 Sep 2020 20:17:49 +0200 Subject: [PATCH] Release 0.0.43 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a29f3b..71ab613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ 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.43](https://github.com/oceanprotocol/react/compare/v0.0.42...v0.0.43) + +> 10 September 2020 + +- consume, ocean-lib update [`#110`](https://github.com/oceanprotocol/react/pull/110) +- lib update [`5234d77`](https://github.com/oceanprotocol/react/commit/5234d77cca9d9565887d7dc64b0b34ff77323874) +- consume, ocean=lib update [`19047b3`](https://github.com/oceanprotocol/react/commit/19047b33894e89d960ac9297f3899a7bdc5b4935) +- package fixes [`38ac4ce`](https://github.com/oceanprotocol/react/commit/38ac4ced8e11f0147ec792d1fb39c65d03461426) + #### [v0.0.42](https://github.com/oceanprotocol/react/compare/v0.0.41...v0.0.42) > 9 September 2020 - fixed price, update ocean lib [`#109`](https://github.com/oceanprotocol/react/pull/109) - update OceanProvider config docs [`b86ed6f`](https://github.com/oceanprotocol/react/commit/b86ed6fc1b66adc2fdc235d4ea3206a0534d8e08) +- Release 0.0.42 [`782d696`](https://github.com/oceanprotocol/react/commit/782d696ac0373c057c86f8878275309aa4943dc5) #### [v0.0.41](https://github.com/oceanprotocol/react/compare/v0.0.40...v0.0.41) diff --git a/package-lock.json b/package-lock.json index 9a89940..8da23d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.42", + "version": "0.0.43", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f07e88..7f508c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.42", + "version": "0.0.43", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",