diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a838ae..a47284f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3) + +> 15 July 2020 + +- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean-lib-js/pull/161) +- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean-lib-js/pull/159) +- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean-lib-js/pull/158) +- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean-lib-js/pull/157) +- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean-lib-js/pull/155) +- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean-lib-js/pull/156) +- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean-lib-js/pull/150) +- added missing section [`#153`](https://github.com/oceanprotocol/ocean-lib-js/pull/153) +- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean-lib-js/commit/3716c5d1b6f60a6760975688361271c8948d9a62) +- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean-lib-js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526) +- Cleanup style issues/warnings in compute test. [`8297808`](https://github.com/oceanprotocol/ocean-lib-js/commit/8297808f55ea47f5c74671a773b8d247c674cf67) + #### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2) > 14 July 2020 diff --git a/package-lock.json b/package-lock.json index 480a453a..449687d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02769345..bb3a3ca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.2", + "version": "0.1.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",