From 795008e765c0e3afef65d2a1bf95d09c44c4027d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 10 Dec 2020 15:34:36 +0100 Subject: [PATCH] Release 0.9.20 --- CHANGELOG.md | 12 ++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effdd774..f2829dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.9.20](https://github.com/oceanprotocol/ocean.js/compare/v0.9.19...v0.9.20) + +- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean.js/pull/495) +- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean.js/commit/1b7d573434201f4225bb41f59da2ed25b947cfd0) + #### [v0.9.19](https://github.com/oceanprotocol/ocean.js/compare/v0.9.18...v0.9.19) +> 10 December 2020 + - add ropsten [`#492`](https://github.com/oceanprotocol/ocean.js/pull/492) - Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean.js/pull/491) - Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean.js/pull/490) @@ -28,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean.js/pull/473) - Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean.js/pull/470) - Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean.js/pull/469) +- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean.js/commit/7bfcd65949e0bf90fe2b0331468c29dddb6cf536) #### [v0.9.18](https://github.com/oceanprotocol/ocean.js/compare/v0.9.17...v0.9.18) @@ -452,8 +460,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 30 September 2020 - add stats/history [`#289`](https://github.com/oceanprotocol/ocean.js/pull/289) -- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean.js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59) - add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean.js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41) +- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean.js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59) - small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean.js/commit/6f645d6e8fd134a69b56e862e9652a830308df12) #### [v0.3.2](https://github.com/oceanprotocol/ocean.js/compare/v0.3.1...v0.3.2) @@ -826,4 +834,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean.js/pull/11) - cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean.js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb) - remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean.js/commit/28d1775593ab78bf404708244c49af8f912f3117) -- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean.js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5) +- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean.js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4) diff --git a/package-lock.json b/package-lock.json index 15ab9f4a..317753d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.19", + "version": "0.9.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f98f5393..769958ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.19", + "version": "0.9.20", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",