diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b49128af..76da563d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,24 @@ 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.6.3](https://github.com/oceanprotocol/ocean.js/compare/v0.6.2...v0.6.3) + +- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean.js/pull/362) +- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean.js/pull/364) +- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean.js/pull/359) +- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean.js/pull/363) +- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean.js/commit/0f82c00a06ffdea0d560b822ab995ebfa1ffb447) +- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean.js/commit/15e651801caf366ec434563dd96a57ad5d2ccf68) +- add fallback to chain [`267e54f`](https://github.com/oceanprotocol/ocean.js/commit/267e54f3f1bc85df2f6201e250be3dac914ddb73) + #### [v0.6.2](https://github.com/oceanprotocol/ocean.js/compare/v0.6.1...v0.6.2) +> 14 October 2020 + - add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean.js/pull/361) - refactor [`8ee1172`](https://github.com/oceanprotocol/ocean.js/commit/8ee1172d2154073cfbc7b4f1006e595dfd89de74) +- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean.js/commit/20551cf8e18bff1ebd433ddd938a40887365429f) - add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean.js/commit/452b0b6b7820999f9865b3b6efc4eea2b3f0f2f5) -- remove unwanted dep [`da5e3dc`](https://github.com/oceanprotocol/ocean.js/commit/da5e3dcc263667761c336dd1057b96b394ebdbc9) #### [v0.6.1](https://github.com/oceanprotocol/ocean.js/compare/v0.6.0...v0.6.1) diff --git a/package-lock.json b/package-lock.json index f6863e537..34368be57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0dde5036..a9d22347f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.6.2", + "version": "0.6.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",