mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.6.5
This commit is contained in:
parent
272ef5c08b
commit
7bed54e0a3
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,10 +4,24 @@ 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.6.5](https://github.com/oceanprotocol/ocean.js/compare/v0.6.4...v0.6.5)
|
||||
|
||||
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean.js/pull/375)
|
||||
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean.js/pull/367)
|
||||
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean.js/pull/369)
|
||||
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean.js/pull/372)
|
||||
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean.js/pull/370)
|
||||
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean.js/pull/371)
|
||||
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean.js/commit/d574782b14f1d237317c7029ae39bcb07a61226e)
|
||||
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean.js/commit/3a34c0c54c42800746d3c04572d5b68bdcd91060)
|
||||
|
||||
#### [v0.6.4](https://github.com/oceanprotocol/ocean.js/compare/v0.6.3...v0.6.4)
|
||||
|
||||
> 16 October 2020
|
||||
|
||||
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean.js/pull/365)
|
||||
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean.js/pull/368)
|
||||
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean.js/commit/e5e1e40608cb2e5e4b45dbd9f44247229a158a58)
|
||||
- add test [`b341667`](https://github.com/oceanprotocol/ocean.js/commit/b34166732f4ddaacb4a7ba9ab9f13cb6e5961cfc)
|
||||
|
||||
#### [v0.6.3](https://github.com/oceanprotocol/ocean.js/compare/v0.6.2...v0.6.3)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"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