From eaffea87d2453d64c6e6572cc0f4b5e998ed4c14 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 23 Sep 2020 21:51:14 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870feb77..3c806083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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.3.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.5...v0.3.0) + +- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean-lib-js/pull/308) +- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean-lib-js/pull/309) +- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean-lib-js/pull/288) +- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean-lib-js/pull/303) +- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean-lib-js/pull/296) +- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean-lib-js/pull/305) +- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean-lib-js/pull/306) +- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean-lib-js/pull/304) +- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean-lib-js/pull/302) +- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean-lib-js/pull/301) +- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean-lib-js/pull/294) +- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean-lib-js/pull/295) +- add startOrder [`#271`](https://github.com/oceanprotocol/ocean-lib-js/pull/271) +- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean-lib-js/pull/287) +- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean-lib-js/commit/c37c169d6af78c1cfd67130ba48d41a9a70b9a77) +- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean-lib-js/commit/323e57e6f4fbe82d4195653e1027795a54825981) +- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean-lib-js/commit/86656490d8b0e295dbd06da1ca0036b07dd62d1c) + #### [v0.2.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.4...v0.2.5) > 16 September 2020 @@ -19,6 +39,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean-lib-js/pull/269) - Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean-lib-js/pull/268) - bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean-lib-js/commit/132d89e302188f404e6003d29845eedc0e02f3d7) +- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean-lib-js/commit/e3e210865d624e8c5f4dff6af6b04f6d81209cb4) #### [v0.2.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.3...v0.2.4) diff --git a/package-lock.json b/package-lock.json index 447d9e3e..6042e08a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.5", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6a7374a..a6748457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.2.5", + "version": "0.3.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",