diff --git a/CHANGELOG.md b/CHANGELOG.md index 426e62e..e62c85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.26](https://github.com/oceanprotocol/react/compare/v0.0.25...v0.0.26) + +> 21 July 2020 + +- Update usePublish.ts [`c2bcad4`](https://github.com/oceanprotocol/react/commit/c2bcad440c0bafc02c3abe12343ae82aa437e9e3) + #### [v0.0.25](https://github.com/oceanprotocol/react/compare/v0.0.24...v0.0.25) > 21 July 2020 +- Release 0.0.25 [`69ffba3`](https://github.com/oceanprotocol/react/commit/69ffba32cf3f0f654f0796f0cf9095b7c2cb121f) - bump packages [`b75cff8`](https://github.com/oceanprotocol/react/commit/b75cff8cfd580e656562ffc7dfc6751a70a802e1) #### [v0.0.24](https://github.com/oceanprotocol/react/compare/v0.0.23...v0.0.24) diff --git a/package-lock.json b/package-lock.json index f013b33..0dfc438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.25", + "version": "0.0.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b17e073..c62562d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.25", + "version": "0.0.26", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",