diff --git a/CHANGELOG.md b/CHANGELOG.md index 516914b..7f36fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.0.39](https://github.com/oceanprotocol/react/compare/v0.0.38...v0.0.39) + +> 20 August 2020 + +- refactor ddo,did with asset [`#90`](https://github.com/oceanprotocol/react/pull/90) + #### [v0.0.38](https://github.com/oceanprotocol/react/compare/v0.0.37...v0.0.38) > 20 August 2020 @@ -12,7 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - metadata refactor , example [`#88`](https://github.com/oceanprotocol/react/pull/88) - added bestPrice, updated example,readme [`f9b1e7a`](https://github.com/oceanprotocol/react/commit/f9b1e7a530c21a4e37464772b83fe803204e0076) - readme update [`7fa93ae`](https://github.com/oceanprotocol/react/commit/7fa93ae5b5e57f32c43be3433865f6b91ba9e20a) -- change pool to poolAddress [`03159f0`](https://github.com/oceanprotocol/react/commit/03159f0bf4720256d21c59034cd07c87e49147d5) +- Release 0.0.38 [`34a485b`](https://github.com/oceanprotocol/react/commit/34a485b930a0c1ec0588f99695878cac5b5a91c2) #### [v0.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37) diff --git a/package-lock.json b/package-lock.json index 5168d24..0c9f8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.38", + "version": "0.0.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eacf220..8e7306b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.38", + "version": "0.0.39", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",