From 4f01a3d85a9086c7f14fc5b426bd85e3fc285d89 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 Oct 2020 15:43:11 +0200 Subject: [PATCH] Release 0.3.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63adeea..2476d5b 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.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8) + +- bump @oceanprotocol/lib [`2574993`](https://github.com/oceanprotocol/react/commit/2574993ed98bfdb41b3d29176b0889aa1cf1b261) + #### [v0.3.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7) +> 23 October 2020 + +- Release 0.3.7 [`3886e8b`](https://github.com/oceanprotocol/react/commit/3886e8b4505e7167184c7d526374180ff1516109) - fix interfaces [`fbf28f3`](https://github.com/oceanprotocol/react/commit/fbf28f304c3caf51704d6a0e665de68100d514c0) #### [v0.3.6](https://github.com/oceanprotocol/react/compare/v0.3.5...v0.3.6) diff --git a/package-lock.json b/package-lock.json index 4113314..500e00f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 481a788..5167076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.7", + "version": "0.3.8", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",