diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c7330..420bbe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.3](https://github.com/oceanprotocol/react/compare/v0.3.2...v0.3.3) + +- utils consolidation [`dd7e323`](https://github.com/oceanprotocol/react/commit/dd7e323dadd547c582d81d285ab9abff2196c0b5) +- bump ocean.js [`55db4e8`](https://github.com/oceanprotocol/react/commit/55db4e88d5c9fcc86a963aa147782db8bed17056) + #### [v0.3.2](https://github.com/oceanprotocol/react/compare/v0.3.1...v0.3.2) +> 21 October 2020 + - add sleeps [`#158`](https://github.com/oceanprotocol/react/pull/158) - add sleep [`#157`](https://github.com/oceanprotocol/react/pull/157) - refactor [`658f432`](https://github.com/oceanprotocol/react/commit/658f432873a9b3e0db099afce9b066e561c35f66) +- Release 0.3.2 [`4ae3202`](https://github.com/oceanprotocol/react/commit/4ae3202f6ca7ddc57e9467d09ad6a0e4bc804c65) - fix lint [`2dd83a6`](https://github.com/oceanprotocol/react/commit/2dd83a6502339edc3416c7188d0751649a69ec67) #### [v0.3.1](https://github.com/oceanprotocol/react/compare/v0.3.0...v0.3.1) diff --git a/package-lock.json b/package-lock.json index 8138248..882f216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de572dc..e5fe8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.2", + "version": "0.3.3", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",