mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.9.7
This commit is contained in:
parent
aa2533e552
commit
7b16f7561f
13
CHANGELOG.md
13
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).
|
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)
|
#### [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)
|
- 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-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)
|
- 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)
|
- 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 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)
|
#### [v0.9.5](https://github.com/oceanprotocol/ocean.js/compare/v0.9.4...v0.9.5)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.9.6",
|
"version": "0.9.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.9.6",
|
"version": "0.9.7",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/node/lib.js",
|
"main": "./dist/node/lib.js",
|
||||||
"typings": "./dist/node/lib.d.ts",
|
"typings": "./dist/node/lib.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user