diff --git a/CHANGELOG.md b/CHANGELOG.md index 07410b0..f0c7330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.2](https://github.com/oceanprotocol/react/compare/v0.3.1...v0.3.2) + +- 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) +- 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) +> 21 October 2020 + - package updates [`0e1e188`](https://github.com/oceanprotocol/react/commit/0e1e18883a62d90ed8f3e6c8cac245f0d5e1583c) +- Release 0.3.1 [`24b4ea9`](https://github.com/oceanprotocol/react/commit/24b4ea9601fdf1f3a723aceb93c72753e1c2d1b8) #### [v0.3.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0) diff --git a/package-lock.json b/package-lock.json index ccf7507..1a0b793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45a100d..4bbf47a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.1", + "version": "0.3.2", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",