diff --git a/CHANGELOG.md b/CHANGELOG.md index bf164812..f8374a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.1.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.10...v0.1.11) + +> 3 August 2020 + +- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean-lib-js/pull/197) +- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean-lib-js/pull/196) +- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean-lib-js/pull/195) + #### [v0.1.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10) > 30 July 2020 @@ -14,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean-lib-js/pull/185) - Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean-lib-js/pull/184) - Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean-lib-js/pull/183) +- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean-lib-js/commit/1e19165d1fd1f53ba07705ff41b7452f97993732) #### [v0.1.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9) diff --git a/package-lock.json b/package-lock.json index 10f580e4..1ed413f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9175fc15..b8649a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.10", + "version": "0.1.11", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",