From 514bfcd742490fff6ab9ea53f806e3d5d2a1b23f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 18 Jul 2020 03:47:15 +0200 Subject: [PATCH] Release 0.0.17 --- 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 3a4ad4e..d547bfc 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.17](https://github.com/oceanprotocol/react/compare/v0.0.16...v0.0.17) + +> 18 July 2020 + +- commonjs lib fix [`c0f02bb`](https://github.com/oceanprotocol/react/commit/c0f02bb4267397b9146cc11cecf94ba2eeaf3e02) + #### [v0.0.16](https://github.com/oceanprotocol/react/compare/v0.0.15...v0.0.16) > 18 July 2020 - build commonjs & esm packages [`#56`](https://github.com/oceanprotocol/react/pull/56) - package updates [`7a515d8`](https://github.com/oceanprotocol/react/commit/7a515d8a745867c419d2f1b3dab0c370f5e2a265) +- Release 0.0.16 [`14625ff`](https://github.com/oceanprotocol/react/commit/14625ff2b45aa7e5083d049504857e6749c04a13) #### [v0.0.15](https://github.com/oceanprotocol/react/compare/v0.0.14...v0.0.15) diff --git a/package-lock.json b/package-lock.json index 1b14142..594ed20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 153ad9d..72ec2ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.16", + "version": "0.0.17", "description": "React hooks & components on top of squid.js", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",