diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bbe9f..0ea1c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.48](https://github.com/oceanprotocol/react/compare/v0.0.47...v0.0.48) + +- fix publish [`#130`](https://github.com/oceanprotocol/react/pull/130) + #### [v0.0.47](https://github.com/oceanprotocol/react/compare/v0.0.46...v0.0.47) +> 29 September 2020 + - Lib update [`#129`](https://github.com/oceanprotocol/react/pull/129) - updates for new version of lib [`8943aa0`](https://github.com/oceanprotocol/react/commit/8943aa0639a297386991fbbab795f2350d13142e) - lib update [`9cf210f`](https://github.com/oceanprotocol/react/commit/9cf210ff60f683f5506a36a645c65f9892161825) diff --git a/package-lock.json b/package-lock.json index 55b9c06..203e7c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.47", + "version": "0.0.48", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f23c3c1..ef9c322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.47", + "version": "0.0.48", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",