From 19c05d512d4eae265c96055cb6de6e9b158c4eb8 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 27 Oct 2020 08:45:23 -0700 Subject: [PATCH] Release v0.9.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01651f9e..e7381ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,33 @@ 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.2](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.2) + +- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean.js/pull/416) +- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean.js/pull/415) +- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean.js/pull/413) +- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean.js/pull/414) +- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean.js/pull/412) +- fix args names [`#411`](https://github.com/oceanprotocol/ocean.js/pull/411) +- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean.js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5) +- Update PoolFactory.ts [`4c1c4d0`](https://github.com/oceanprotocol/ocean.js/commit/4c1c4d0f884323fe54a5584cce12d2b2656f3519) + +#### [v0.9.1](https://github.com/oceanprotocol/ocean.js/compare/v0.9.0...v0.9.1) + +> 26 October 2020 + +- fix args names [`6960390`](https://github.com/oceanprotocol/ocean.js/commit/6960390720ae44badf40c37827e5b6e4bf151b81) +- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean.js/commit/7d62aeee63ab1b2399a1ed85110e0dbe848054bf) +- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean.js/commit/5b766763b6b7e5abf6047d512afed276356cab06) + #### [v0.9.0](https://github.com/oceanprotocol/ocean.js/compare/v0.8.1...v0.9.0) +> 26 October 2020 + - Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean.js/pull/410) - fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean.js/pull/409) - word list update [`#407`](https://github.com/oceanprotocol/ocean.js/pull/407) +- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean.js/commit/1b90c92d08ae29b88ee8a0857564dffe558c69dc) - fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean.js/commit/643fd04be0db9d3628f41b7621a5232abf02910a) #### [v0.8.1](https://github.com/oceanprotocol/ocean.js/compare/v0.8.0...v0.8.1) diff --git a/package-lock.json b/package-lock.json index 9a519bdf..32484596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.0", + "version": "0.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a52182c..ade9f363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.0", + "version": "0.9.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",