mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.9.9
This commit is contained in:
parent
80bb373f42
commit
94f46eefcf
13
CHANGELOG.md
13
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)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.9.8",
|
||||
"version": "0.9.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user