From 18f3a5f306665113d46f8c5d85d54132bd929969 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 12 Aug 2020 14:52:11 +0300 Subject: [PATCH] Release 0.0.35 --- 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 d85b724..10e49ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.35](https://github.com/oceanprotocol/react/compare/v0.0.34...v0.0.35) + +> 12 August 2020 + +- add marketFeeAddress [`867b52f`](https://github.com/oceanprotocol/react/commit/867b52fb3103dab4e08e47c6e4da29c53faec8ab) + #### [v0.0.34](https://github.com/oceanprotocol/react/compare/v0.0.33...v0.0.34) > 11 August 2020 - config fix [`4a7604b`](https://github.com/oceanprotocol/react/commit/4a7604b4f921e54a18e2b9855c4fe42978380cc6) - format [`9949ae9`](https://github.com/oceanprotocol/react/commit/9949ae999f0332f603858f6bb5cd6952a3b86dcf) +- Release 0.0.34 [`0ace964`](https://github.com/oceanprotocol/react/commit/0ace9649256e3c57aa3797c7cdd064f7063bbbef) #### [v0.0.33](https://github.com/oceanprotocol/react/compare/v0.0.32...v0.0.33) diff --git a/package-lock.json b/package-lock.json index 2610336..9ce9ee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.34", + "version": "0.0.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48d333b..1f8bfd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.34", + "version": "0.0.35", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",