diff --git a/CHANGELOG.md b/CHANGELOG.md index ac637ce..2146c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +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.11](https://github.com/oceanprotocol/react/compare/v0.0.10...v0.0.11) + +> 27 May 2020 + +- compute fix [`ca2a0ec`](https://github.com/oceanprotocol/react/commit/ca2a0ec0d4ae360f85156727c4f5bd8e296aeb6f) + #### [v0.0.10](https://github.com/oceanprotocol/react/compare/v0.0.9...v0.0.10) > 25 May 2020 - fix undefined in getComputeItems [`da2fa1a`](https://github.com/oceanprotocol/react/commit/da2fa1a417e44d2d4a26b5dcdd698b6884d9c9d5) +- Release 0.0.10 [`0c17247`](https://github.com/oceanprotocol/react/commit/0c1724726cb5e06ae3c9c1b6572bfc30d4846c7f) - Merge pull request #28 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.1.0 [`4345eb3`](https://github.com/oceanprotocol/react/commit/4345eb3f33f4402e31a9b778c4f46363be46b3bf) -- Merge pull request #24 from oceanprotocol/dependabot/npm_and_yarn/typescript-3.9.3 [`5dd965b`](https://github.com/oceanprotocol/react/commit/5dd965b4c55c956c548794182d4050e13be00049) #### [v0.0.9](https://github.com/oceanprotocol/react/compare/v0.0.8...v0.0.9) diff --git a/package-lock.json b/package-lock.json index d5e4c1b..8baee3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 435f776..7bb612f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.10", + "version": "0.0.11", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",