From f3dae05ab8dbd90da9771227587018a48ddca069 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 8 Sep 2020 13:00:49 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d5660f..0834d1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.2.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.0...v0.2.1) + +> 8 September 2020 + +- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean-lib-js/pull/260) +- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean-lib-js/pull/258) +- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean-lib-js/pull/259) +- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean-lib-js/commit/971af5522dd5e2995b59f4c83afb60ffb87901f5) +- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/f8c1cfff7b226d571b680bc0876d5af0ec8b3240) +- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d1f4d01064d54892bb74a4f1c47dd837c3b1f3) + #### [v0.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0) > 7 September 2020 diff --git a/package-lock.json b/package-lock.json index 7370e89f..34331439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80b84462..7d1d82f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.0", + "version": "0.2.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",