From 5cdd79b498b5460959c0edad19c24baad0b18121 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Oct 2020 10:25:29 +0200 Subject: [PATCH] Release 0.7.2 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80f2054..4ff0d768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c44bd9cc..9f0fcd8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e8873bf..8c91b7c0 100644 --- a/package.json +++ b/package.json @@ -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",