Release 0.0.9

This commit is contained in:
mihaisc 2020-05-20 15:03:49 +03:00
parent 252dc530a8
commit cda25a7271
3 changed files with 5 additions and 3 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.0.8",
"version": "0.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",