From 9090c2238fc032e37b21651d6dcb81e980fdc4fe Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 1 Oct 2020 15:30:53 +0300 Subject: [PATCH] Release 0.0.49 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea1c34..e12e3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.0.49](https://github.com/oceanprotocol/react/compare/v0.0.48...v0.0.49) + +- update ocean-lib [`#131`](https://github.com/oceanprotocol/react/pull/131) +- update [`6c2353f`](https://github.com/oceanprotocol/react/commit/6c2353fb172c8d4f70a672ff28b338101316fc4e) +- up [`54e9228`](https://github.com/oceanprotocol/react/commit/54e922814d2126b236d8b62d1049bbd1ca93b1f4) + #### [v0.0.48](https://github.com/oceanprotocol/react/compare/v0.0.47...v0.0.48) +> 29 September 2020 + - fix publish [`#130`](https://github.com/oceanprotocol/react/pull/130) +- Release 0.0.48 [`7de06e7`](https://github.com/oceanprotocol/react/commit/7de06e73e1b5cea0386e3fa59305063c568d3eae) #### [v0.0.47](https://github.com/oceanprotocol/react/compare/v0.0.46...v0.0.47) diff --git a/package-lock.json b/package-lock.json index 290379a..921cad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.48", + "version": "0.0.49", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76f7c1f..b9c5047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.48", + "version": "0.0.49", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",