From 927d0acf0528fd9ce0a1267bbc2bc3cc7aa0e4a2 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Fri, 17 Jul 2020 13:25:45 +0300 Subject: [PATCH] Release 0.0.14 --- 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 2f6292f..70c3d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.14](https://github.com/oceanprotocol/react/compare/v0.0.13...v0.0.14) + +> 17 July 2020 + +- added compute [`984248a`](https://github.com/oceanprotocol/react/commit/984248abdf3e1719bcffc6f723d637b9b435b21b) +- publish events [`3a8b12a`](https://github.com/oceanprotocol/react/commit/3a8b12a2a58979ad28276dfaec253f879c56c8e2) + #### [v0.0.13](https://github.com/oceanprotocol/react/compare/v0.0.12...v0.0.13) > 16 July 2020 diff --git a/package-lock.json b/package-lock.json index 94c8963..4970f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e9e9d7..34380d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.13", + "version": "0.0.14", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",