diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b70fce..b3eedad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - added xDai [`#336`](https://github.com/oceanprotocol/squid-js/pull/336) +#### [v1.0.0-beta.4](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.3...v1.0.0-beta.4) + +> 14 November 2019 + +- v2: add transferOwnership method [`#332`](https://github.com/oceanprotocol/squid-js/pull/332) +- search test tweaks [`3920d62`](https://github.com/oceanprotocol/squid-js/commit/3920d62ef9dd7f608b235982e34fb7a0c95c12d7) +- add ocean.assets.transferOwnership() [`e1ef7b0`](https://github.com/oceanprotocol/squid-js/commit/e1ef7b0f17c2f7d7bcc642b4fc1719acd0652a66) +- transferOwnership fixes, add integration test [`d3f9520`](https://github.com/oceanprotocol/squid-js/commit/d3f9520a5b4ad97c033d6fe212d538eae2758fd7) + #### [v1.0.0-beta.3](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.2...v1.0.0-beta.3) > 12 November 2019 +- Release 1.0.0-beta.3 [`e2151ec`](https://github.com/oceanprotocol/squid-js/commit/e2151ec72f54d8b83b7345b042199c44210c9e88) - file.index typing fix [`22b0ecb`](https://github.com/oceanprotocol/squid-js/commit/22b0ecb33c580b2b00a08b212cc1fac46c1e39ad) #### [v1.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.1...v1.0.0-beta.2) diff --git a/package-lock.json b/package-lock.json index 424f271..937548a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d964941..00bbe98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",