diff --git a/CHANGELOG.md b/CHANGELOG.md index d5aff83..395f21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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.8](https://github.com/oceanprotocol/react/compare/v0.0.8...v0.0.8) +#### [v0.0.9](https://github.com/oceanprotocol/react/compare/v0.0.8...v0.0.9) > 20 May 2020 +- add ComputeItem, getComputeItems [`252dc53`](https://github.com/oceanprotocol/react/commit/252dc530a8c1a254bf945a170389bd20c1140a2b) - test fix [`bca6892`](https://github.com/oceanprotocol/react/commit/bca68929e2448f713533380184a980e9717dee5a) +- Release 0.0.8 [`e2b24ff`](https://github.com/oceanprotocol/react/commit/e2b24ff567cbe02ed2fa867fd6149a479227c02d) #### [v0.0.8](https://github.com/oceanprotocol/react/compare/v0.0.7...v0.0.8) diff --git a/package-lock.json b/package-lock.json index e66aa44..c329130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e406be..0f3317c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.8", + "version": "0.0.9", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",