mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.9.6
This commit is contained in:
parent
32c0ef91ca
commit
02b4b2bb05
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,9 +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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v0.9.6](https://github.com/oceanprotocol/ocean.js/compare/v0.9.5...v0.9.6)
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
#### [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)
|
||||||
|
|
||||||
|
> 27 October 2020
|
||||||
|
|
||||||
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean.js/pull/421)
|
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean.js/pull/421)
|
||||||
|
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean.js/commit/d67beacde87a91c61c7e64ff0fae9f817ec88d5e)
|
||||||
|
|
||||||
#### [v0.9.4](https://github.com/oceanprotocol/ocean.js/compare/v0.9.3...v0.9.4)
|
#### [v0.9.4](https://github.com/oceanprotocol/ocean.js/compare/v0.9.3...v0.9.4)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"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