From 0eac0c20e3554e99807efcc2d9b261795daf5fd7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 31 Aug 2021 13:00:20 +0200 Subject: [PATCH] Release 0.17.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83577d33..f03cc709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.17.3](https://github.com/oceanprotocol/ocean.js/compare/v0.17.2...v0.17.3) + +- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean.js/pull/999) + #### [v0.17.2](https://github.com/oceanprotocol/ocean.js/compare/v0.17.1...v0.17.2) +> 31 August 2021 + - Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean.js/pull/996) - update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean.js/pull/998) - Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean.js/pull/995) @@ -44,6 +50,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean.js/pull/956) - Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean.js/pull/955) - downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean.js/commit/c1c7c5342a479861161f5ff57c4eafc1739ac185) +- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean.js/commit/dd62e5422eec667fef8fc387d76d4c8c346583cb) - Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean.js/commit/a4be156126893984e89f3a28e73b74f883d71ce8) #### [v0.17.1](https://github.com/oceanprotocol/ocean.js/compare/v0.17.0...v0.17.1) diff --git a/package-lock.json b/package-lock.json index 53deeea8..a8aed137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "0.17.2", + "version": "0.17.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "0.17.2", + "version": "0.17.3", "license": "Apache-2.0", "dependencies": { "@ethereum-navigator/navigator": "^0.5.3", diff --git a/package.json b/package.json index f9a47ce1..a976d739 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "0.17.2", + "version": "0.17.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "exports": "./dist/node/lib.js",