diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af847cf..c0c1eca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.9.15](https://github.com/oceanprotocol/ocean.js/compare/v0.9.14...v0.9.15) + +- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean.js/pull/455) + #### [v0.9.14](https://github.com/oceanprotocol/ocean.js/compare/v0.9.13...v0.9.14) +> 16 November 2020 + - add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean.js/pull/454) - add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean.js/commit/6424caca697e8f2875b52df0721cf3e63d8e8ce0) - remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean.js/commit/ff7171f64b314db803f59be404e72afc4c77393a) -- fix typo [`ab0d040`](https://github.com/oceanprotocol/ocean.js/commit/ab0d0400b1156c773a6e4a0a5ef9b0d1117b0917) +- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean.js/commit/0119885277cd361bc00e485168a48477276f25e6) #### [v0.9.13](https://github.com/oceanprotocol/ocean.js/compare/v0.9.12...v0.9.13) diff --git a/package-lock.json b/package-lock.json index ddd0685e..28e59444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.14", + "version": "0.9.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b013d84..b80e6a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.14", + "version": "0.9.15", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",