From 7b16f7561fc663861d5777e151092396564a239b Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 29 Oct 2020 05:02:51 -0700 Subject: [PATCH] Release 0.9.7 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fe57ca..fd54085c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,25 @@ 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.7](https://github.com/oceanprotocol/ocean.js/compare/v0.9.6...v0.9.7) + +- 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) + #### [v0.9.6](https://github.com/oceanprotocol/ocean.js/compare/v0.9.5...v0.9.6) +> 28 October 2020 + - fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean.js/pull/425) - Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean.js/pull/422) - Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean.js/pull/423) - more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean.js/commit/2d31bd9123919358684936d720f62ada039aa7be) - fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean.js/commit/4a077a9fa9d22471c36eeb4b3e5e60a1f2579467) -- fix remove liquidity [`db66a6c`](https://github.com/oceanprotocol/ocean.js/commit/db66a6ce9efc5019b35a78213da43aab1ea86022) +- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean.js/commit/02b4b2bb0550b7168076582465ca59dde76a5a77) #### [v0.9.5](https://github.com/oceanprotocol/ocean.js/compare/v0.9.4...v0.9.5) diff --git a/package-lock.json b/package-lock.json index 2a350c7d..39746a78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.6", + "version": "0.9.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e47db54a..c5e643d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.6", + "version": "0.9.7", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",