From cd033b547a8e059ca37b69594aa5a66dfd5b4d7c Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 2 Oct 2020 06:02:00 -0700 Subject: [PATCH] Release 0.5.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b819ab..7e24afd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.5.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.3...v0.5.4) + +- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean-lib-js/pull/328) +- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean-lib-js/commit/b78a57c59a98cb10c0f90f14d24011c43920bfff) +- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc847841c5639fb0f74bea5ca5b4e43f184b923a) + #### [v0.5.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.2...v0.5.3) +> 2 October 2020 + - use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean-lib-js/pull/327) +- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean-lib-js/commit/9a228c131ba61d485c22f575f31e78e4689a3969) #### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2) diff --git a/package-lock.json b/package-lock.json index e069e570..9ba12677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ba652d38..9e17b5f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.5.3", + "version": "0.5.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",