diff --git a/CHANGELOG.md b/CHANGELOG.md index af8e6bb9..30d5660f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0) + +> 7 September 2020 + +- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean-lib-js/pull/252) +- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean-lib-js/pull/250) +- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean-lib-js/pull/251) +- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean-lib-js/pull/249) +- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean-lib-js/pull/245) +- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean-lib-js/pull/244) +- package updates [`694314c`](https://github.com/oceanprotocol/ocean-lib-js/commit/694314cae6d833ded2eea6484e9b75196675cf91) +- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean-lib-js/commit/4f9477e5ba9b0df44a642c0d6017df5015ba7d93) +- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean-lib-js/commit/0355d0420d53786eb8d4259f642190157736d486) + #### [v0.1.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.16...v0.1.17) > 1 September 2020 @@ -257,4 +271,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11) - cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb) - remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117) -- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5) +- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4) diff --git a/package-lock.json b/package-lock.json index 0d3f7a58..4a3681c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.17", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bf91903..efb0f9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.17", + "version": "0.2.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",