From 3b299c1c128b8148d56b6ff17bd412322d7dc0f5 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 16 Jul 2020 12:28:35 +0300 Subject: [PATCH] Release 0.0.13 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb3996..2f6292f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.0.13](https://github.com/oceanprotocol/react/compare/v0.0.12...v0.0.13) + +> 16 July 2020 + +- Bump web3modal from 1.7.0 to 1.8.0 [`#53`](https://github.com/oceanprotocol/react/pull/53) +- Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 [`#54`](https://github.com/oceanprotocol/react/pull/54) +- Bump @typescript-eslint/parser from 3.6.0 to 3.6.1 [`#52`](https://github.com/oceanprotocol/react/pull/52) +- consume [`37de32c`](https://github.com/oceanprotocol/react/commit/37de32c4798ce8dd7ae3268b179e83619031b454) +- default provider, publish [`563ea4c`](https://github.com/oceanprotocol/react/commit/563ea4cc4682649785faf0bb678b6a565f4388cc) +- uptate libs [`9747670`](https://github.com/oceanprotocol/react/commit/97476709b902c36551456098159f97cc920c0e92) + #### [v0.0.12](https://github.com/oceanprotocol/react/compare/v0.0.11...v0.0.12) > 14 July 2020 diff --git a/package-lock.json b/package-lock.json index 506ed40..94c8963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 507ce11..5e9e9d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.12", + "version": "0.0.13", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",