From 5ecb49d00118b354507d2f733b942581848eb81e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 21 Jan 2021 16:40:31 +0100 Subject: [PATCH] Release 0.5.1 --- 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 394af39..a0250cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.5.1](https://github.com/oceanprotocol/react/compare/v0.5.0...v0.5.1) + +- package updates [`fdd06ed`](https://github.com/oceanprotocol/react/commit/fdd06ed49721b08d94455da908ad839b6741f2e5) + #### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0) +> 19 January 2021 + - Bump eslint from 7.17.0 to 7.18.0 [`#224`](https://github.com/oceanprotocol/react/pull/224) - Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#223`](https://github.com/oceanprotocol/react/pull/223) - bump ocean.js [`#225`](https://github.com/oceanprotocol/react/pull/225) +- Release 0.5.0 [`7b0daa1`](https://github.com/oceanprotocol/react/commit/7b0daa11de63baf0f129737b5c3ac16c0ccff905) #### [v0.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1) diff --git a/package-lock.json b/package-lock.json index 30b006d..a6db452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b324de4..e1343b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.0", + "version": "0.5.1", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",