diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fc432..394af39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0) + +- Bump eslint from 7.17.0 to 7.18.0 [`#224`](https://github.com/oceanprotocol/react/pull/224) +- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#223`](https://github.com/oceanprotocol/react/pull/223) +- bump ocean.js [`#225`](https://github.com/oceanprotocol/react/pull/225) + #### [v0.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1) +> 13 January 2021 + - Bump web3 from 1.2.11 to 1.3.1 [`#214`](https://github.com/oceanprotocol/react/pull/214) - Bump eslint-plugin-react from 7.21.5 to 7.22.0 [`#220`](https://github.com/oceanprotocol/react/pull/220) - Bump eslint-config-prettier from 7.0.0 to 7.1.0 [`#219`](https://github.com/oceanprotocol/react/pull/219) @@ -23,8 +31,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#200`](https://github.com/oceanprotocol/react/pull/200) - Bump eslint from 7.14.0 to 7.15.0 [`#199`](https://github.com/oceanprotocol/react/pull/199) - bump @oceanprotocol/lib [`31f6a9a`](https://github.com/oceanprotocol/react/commit/31f6a9a7274aa4ba401d3cba33ad526af24d8d28) +- Release 0.4.1 [`b4acf68`](https://github.com/oceanprotocol/react/commit/b4acf688c2709a252c9cc62fa1af9c458b9d804d) - remove concept note [`3045520`](https://github.com/oceanprotocol/react/commit/30455201f4ebd6d2411b9b2d38b14e53d15d8651) -- Update README.md [`69965a6`](https://github.com/oceanprotocol/react/commit/69965a64bac5903b531aaf68990da11ddeaaca34) #### [v0.4.0](https://github.com/oceanprotocol/react/compare/v0.3.23...v0.4.0) diff --git a/package-lock.json b/package-lock.json index 3e0912d..cd04301 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c0f25e..b7dcc6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.4.1", + "version": "0.5.0", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",