diff --git a/CHANGELOG.md b/CHANGELOG.md index eeafc0a..c6fac5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ 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.13](https://github.com/oceanprotocol/react/compare/v0.3.12...v0.3.13) + #### [v0.3.12](https://github.com/oceanprotocol/react/compare/v0.3.11...v0.3.12) +> 28 October 2020 + +- Release 0.3.12 [`200f979`](https://github.com/oceanprotocol/react/commit/200f979fc878dc8194c441aa10c2b0c807cab131) - Update package.json [`5bd0108`](https://github.com/oceanprotocol/react/commit/5bd0108068121e3defe401c8ac6d2259f6be04d7) #### [v0.3.11](https://github.com/oceanprotocol/react/compare/v0.3.10...v0.3.11) diff --git a/package-lock.json b/package-lock.json index 9882193..a4a0d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.12", + "version": "0.3.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 670a5f8..2ffd8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.12", + "version": "0.3.13", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",