diff --git a/CHANGELOG.md b/CHANGELOG.md index de64c84d..cc0dad22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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.9](https://github.com/oceanprotocol/ocean.js/compare/v0.9.8...v0.9.9) + +- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean.js/pull/430) +- fix typos [`#433`](https://github.com/oceanprotocol/ocean.js/pull/433) +- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean.js/pull/432) +- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean.js/pull/431) +- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean.js/commit/ead3d212a2eabe0882f5581f6ca37bd2453399e3) +- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean.js/commit/17a07b4897f4b3230a698b5654a6ef62cdfcd837) +- remove console.log [`547ddf3`](https://github.com/oceanprotocol/ocean.js/commit/547ddf317c40007a39917ee4c8164efb9052ed72) + #### [v0.9.8](https://github.com/oceanprotocol/ocean.js/compare/v0.9.7...v0.9.8) +> 29 October 2020 + - fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean.js/pull/429) +- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean.js/commit/0a0ce63580939ad7c59d314b5548cec1c8b23cf1) - 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) diff --git a/package-lock.json b/package-lock.json index e348d1e9..0269f307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.8", + "version": "0.9.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d50e1946..901c088a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.8", + "version": "0.9.9", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",