From 0c1724726cb5e06ae3c9c1b6572bfc30d4846c7f Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 25 May 2020 16:08:31 +0300 Subject: [PATCH] Release 0.0.10 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395f21e..ac637ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ 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.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) +- 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) > 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) +- Release 0.0.9 [`cda25a7`](https://github.com/oceanprotocol/react/commit/cda25a7271cec876b300a33c494df50f93af9c45) #### [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 e52109b..d5e4c1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f3317c..435f776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.9", + "version": "0.0.10", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",