From 0a0ce63580939ad7c59d314b5548cec1c8b23cf1 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 29 Oct 2020 05:59:38 -0700 Subject: [PATCH] Release 0.9.8 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd54085c..de64c84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +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.9.8](https://github.com/oceanprotocol/ocean.js/compare/v0.9.7...v0.9.8) + +- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean.js/pull/429) +- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean.js/commit/07c3835759e96efba97407147dfde7f3da445716) + #### [v0.9.7](https://github.com/oceanprotocol/ocean.js/compare/v0.9.6...v0.9.7) +> 29 October 2020 + - add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean.js/pull/428) - more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean.js/pull/427) - Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean.js/pull/426) - more fixes [`694cde2`](https://github.com/oceanprotocol/ocean.js/commit/694cde2a1359aacb03f9a09dd70a5b6770b2a031) - add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean.js/commit/087b021c17ba00e5a3b8d914642a6ac0527e14a2) -- fix namings and add did [`6ba0ae6`](https://github.com/oceanprotocol/ocean.js/commit/6ba0ae6808641e9e8cc048deae3a4fe3a721afac) +- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean.js/commit/7b16f7561fc663861d5777e151092396564a239b) #### [v0.9.6](https://github.com/oceanprotocol/ocean.js/compare/v0.9.5...v0.9.6) diff --git a/package-lock.json b/package-lock.json index 39746a78..e348d1e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.7", + "version": "0.9.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5e643d7..d50e1946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.7", + "version": "0.9.8", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",