diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a0a6ea..af8e6bb9 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.1.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.16...v0.1.17) + +> 1 September 2020 + +- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean-lib-js/pull/231) +- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean-lib-js/pull/242) +- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean-lib-js/pull/240) +- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean-lib-js/pull/237) +- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean-lib-js/pull/238) +- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean-lib-js/pull/236) +- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc6cf435fe7ae052467e2b69c3ecf8429b66bc99) +- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean-lib-js/commit/22ab44713d21d92eaf9319be26af254c165af6b5) +- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean-lib-js/commit/220261cada63aedc5e7f71fb41f17a73838fd657) + #### [v0.1.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.15...v0.1.16) > 28 August 2020 @@ -243,4 +257,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) -- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4) +- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5) diff --git a/package-lock.json b/package-lock.json index 6680fe43..f0c0856e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e18a4cc..e5ea223e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.16", + "version": "0.1.17", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",