From 4636fadec94635d64c37151efffcb4dec1296083 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Oct 2020 11:28:04 +0200 Subject: [PATCH] Release 0.3.4 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420bbe7..0147623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.3.4](https://github.com/oceanprotocol/react/compare/v0.3.3...v0.3.4) + +- bump ocean.js [`2c49323`](https://github.com/oceanprotocol/react/commit/2c493231e0a9d7155724a6142eba406b942597d5) +- typing tweak [`9ebfb1e`](https://github.com/oceanprotocol/react/commit/9ebfb1e93fa6fbc0a6adae1ae4d11c028a66ceb9) + #### [v0.3.3](https://github.com/oceanprotocol/react/compare/v0.3.2...v0.3.3) +> 22 October 2020 + - utils consolidation [`dd7e323`](https://github.com/oceanprotocol/react/commit/dd7e323dadd547c582d81d285ab9abff2196c0b5) +- Release 0.3.3 [`4069816`](https://github.com/oceanprotocol/react/commit/40698165160e778717485a265f7b5ce63570cd90) - bump ocean.js [`55db4e8`](https://github.com/oceanprotocol/react/commit/55db4e88d5c9fcc86a963aa147782db8bed17056) #### [v0.3.2](https://github.com/oceanprotocol/react/compare/v0.3.1...v0.3.2) diff --git a/package-lock.json b/package-lock.json index ca998b3..f78b191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f8d3f1..ca87d5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.3", + "version": "0.3.4", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",