From 556a2e97fe8ca73bf2f08f677485081d239ccfa2 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Fri, 23 Oct 2020 14:03:55 +0300 Subject: [PATCH] Release 0.3.6 --- 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 07b7c25..2f348f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.6](https://github.com/oceanprotocol/react/compare/v0.3.5...v0.3.6) + +- addition to config typing [`#160`](https://github.com/oceanprotocol/react/pull/160) +- usePreviousOrder [`#159`](https://github.com/oceanprotocol/react/pull/159) + #### [v0.3.5](https://github.com/oceanprotocol/react/compare/v0.3.4...v0.3.5) +> 22 October 2020 + +- Release 0.3.5 [`f9d5534`](https://github.com/oceanprotocol/react/commit/f9d55343da263a58b0522257fc793b672919b45e) - fix fixedRateExchange.create [`61e4843`](https://github.com/oceanprotocol/react/commit/61e48431d668ff979bce131828d7f48e394e9c83) #### [v0.3.4](https://github.com/oceanprotocol/react/compare/v0.3.3...v0.3.4) diff --git a/package-lock.json b/package-lock.json index 247eed0..b690c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef8fc95..b995be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.5", + "version": "0.3.6", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",