From 7bfcd65949e0bf90fe2b0331468c29dddb6cf536 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 10 Dec 2020 00:58:40 -0800 Subject: [PATCH] Release 0.9.19 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a289810b..effdd774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,40 @@ 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.9.19](https://github.com/oceanprotocol/ocean.js/compare/v0.9.18...v0.9.19) + +- add ropsten [`#492`](https://github.com/oceanprotocol/ocean.js/pull/492) +- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean.js/pull/491) +- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean.js/pull/490) +- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean.js/pull/489) +- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean.js/pull/488) +- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean.js/pull/487) +- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean.js/pull/486) +- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean.js/pull/485) +- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean.js/pull/484) +- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean.js/pull/482) +- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean.js/pull/480) +- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean.js/pull/481) +- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean.js/pull/479) +- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean.js/pull/478) +- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean.js/pull/477) +- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean.js/pull/476) +- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean.js/pull/474) +- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean.js/pull/471) +- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean.js/pull/472) +- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean.js/pull/473) +- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean.js/pull/470) +- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean.js/pull/469) + #### [v0.9.18](https://github.com/oceanprotocol/ocean.js/compare/v0.9.17...v0.9.18) +> 24 November 2020 + - Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean.js/pull/468) - Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean.js/pull/467) - Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean.js/pull/466) - Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean.js/pull/465) +- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean.js/commit/832f2d82b5d04c81a9c301a657ae7db84394871c) #### [v0.9.17](https://github.com/oceanprotocol/ocean.js/compare/v0.9.16...v0.9.17) diff --git a/package-lock.json b/package-lock.json index aca509ad..15ab9f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.18", + "version": "0.9.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf8a40a9..f98f5393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.18", + "version": "0.9.19", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",