diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c1eca3..15d57b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.16](https://github.com/oceanprotocol/ocean.js/compare/v0.9.15...v0.9.16) + +- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean.js/pull/456) + #### [v0.9.15](https://github.com/oceanprotocol/ocean.js/compare/v0.9.14...v0.9.15) +> 16 November 2020 + - fullfill promises [`#455`](https://github.com/oceanprotocol/ocean.js/pull/455) +- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean.js/commit/8f9ef02b94da8eb19948d729dde6576d5f1d43eb) #### [v0.9.14](https://github.com/oceanprotocol/ocean.js/compare/v0.9.13...v0.9.14) diff --git a/package-lock.json b/package-lock.json index 28e59444..cf0044ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.15", + "version": "0.9.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b80e6a4c..2d08fbb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.15", + "version": "0.9.16", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",