From 57e8014060c9388d9aefc281611676a7dae8bdec Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 10 Sep 2020 07:41:29 -0700 Subject: [PATCH] Release 0.2.4 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f17773..b53ec003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +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.2.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.3...v0.2.4) + +> 10 September 2020 + +- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean-lib-js/pull/267) +- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean-lib-js/commit/dafbb1a6ce33dccb616406d18d9b639b794c7f76) +- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6053d5dbb98e39f5e630737a6c756bc2459b5fe) +- fix supply in searchforDT [`64d6272`](https://github.com/oceanprotocol/ocean-lib-js/commit/64d62726ffc91d8c7cc5681724b46e48be79fb64) + #### [v0.2.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.2...v0.2.3) > 9 September 2020 - increase default gas [`#266`](https://github.com/oceanprotocol/ocean-lib-js/pull/266) +- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean-lib-js/commit/6932dfd7703292df1bcf7a02d3ef5a4bbd7f83b9) - hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a2decb0f1a34f533900f9072b181dec8b57813e5) - lint [`99c6716`](https://github.com/oceanprotocol/ocean-lib-js/commit/99c67168213485929d9913dd8fbc98e98fc2d23f) -- fix lint [`43d21c9`](https://github.com/oceanprotocol/ocean-lib-js/commit/43d21c9ac36e0c86a1e6b320841e4098396c4793) #### [v0.2.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.1...v0.2.2) diff --git a/package-lock.json b/package-lock.json index f88b67e7..5af2a978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9519f57..97f512f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.3", + "version": "0.2.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",