diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbcc4cd..0963d4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.1](https://github.com/oceanprotocol/ocean.js/compare/v0.6.0...v0.6.1) + +- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean.js/pull/360) +- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean.js/commit/a6d79c020a557bb34b4f986942e740d5adf4ce0a) +- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean.js/commit/9cad5231505b89b75eb066e8131434593ae24eca) + #### [v0.6.0](https://github.com/oceanprotocol/ocean.js/compare/v0.5.6...v0.6.0) +> 13 October 2020 + - remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean.js/pull/358) - ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean.js/pull/355) - metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean.js/pull/354) @@ -19,9 +27,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean.js/pull/345) - Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean.js/pull/342) - fix #341 [`#341`](https://github.com/oceanprotocol/ocean.js/issues/341) +- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean.js/commit/69a0b0d8a2f34ae08e37de1b21c7edc5d52a83ae) - add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean.js/commit/002a38d487ffacb54f04b74679da528d282b873c) - more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean.js/commit/d2b770a9823ea0fa4252fedba6033c0634d38d5f) -- fix error messages [`9a53626`](https://github.com/oceanprotocol/ocean.js/commit/9a536264d8dd90987a0eaeb2a7a6fc5800021b59) #### [v0.5.6](https://github.com/oceanprotocol/ocean.js/compare/v0.5.5...v0.5.6) diff --git a/package-lock.json b/package-lock.json index cde47668..dd16857f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9064d1db..b257abdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.6.0", + "version": "0.6.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",