1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.7.2

This commit is contained in:
Matthias Kretschmann 2020-10-22 10:25:29 +02:00
parent 7339be69ec
commit 5cdd79b498
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 2 deletions

View File

@ -4,8 +4,23 @@ 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.7.2](https://github.com/oceanprotocol/ocean.js/compare/v0.7.1...v0.7.2)
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean.js/pull/391)
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean.js/pull/377)
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean.js/pull/393)
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean.js/pull/394)
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean.js/pull/395)
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean.js/pull/390)
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean.js/commit/08019706e9d46c7409b338d77f4b2f50d4787aab)
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean.js/commit/c4d6b48896a115fd72c0cfd0f5a507ad2187ed1a)
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean.js/commit/ca733f2a064224b9df261d4c114ad3971cd89999)
#### [v0.7.1](https://github.com/oceanprotocol/ocean.js/compare/v0.7.0...v0.7.1)
> 21 October 2020
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean.js/commit/38353f4c9be56bbae7a3833656b78fabf1969c6b)
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean.js/commit/47d328219746dd4fb05e364e24492eef0a0c5907)
#### [v0.7.0](https://github.com/oceanprotocol/ocean.js/compare/v0.6.7...v0.7.0)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.7.1",
"version": "0.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.7.1",
"version": "0.7.2",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts",