From e0bbcd101f48a50c895cc958125f31162d17fb7c Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 27 Oct 2020 08:47:53 -0700 Subject: [PATCH] Release 0.9.3 --- CHANGELOG.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7381ba3..0fb8ef98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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) +#### [v0.9.3](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.3) - 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) @@ -12,6 +12,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean.js/commit/19c05d512d4eae265c96055cb6de6e9b158c4eb8) - Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean.js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5) - Update PoolFactory.ts [`4c1c4d0`](https://github.com/oceanprotocol/ocean.js/commit/4c1c4d0f884323fe54a5584cce12d2b2656f3519) diff --git a/package-lock.json b/package-lock.json index 32484596..ac0e391f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ade9f363..1c108d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.2", + "version": "0.9.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",