diff --git a/CHANGELOG.md b/CHANGELOG.md index c769396..f5f1b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,23 @@ 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.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4) + +- bump ocean.js [`#256`](https://github.com/oceanprotocol/react/pull/256) +- Bump eslint-config-prettier from 7.2.0 to 8.1.0 [`#251`](https://github.com/oceanprotocol/react/pull/251) +- add codeowners [`#254`](https://github.com/oceanprotocol/react/pull/254) +- move to GitHub Actions [`#253`](https://github.com/oceanprotocol/react/pull/253) +- Bump web3 from 1.3.3 to 1.3.4 [`#233`](https://github.com/oceanprotocol/react/pull/233) +- Bump typescript from 4.1.5 to 4.2.2 [`#252`](https://github.com/oceanprotocol/react/pull/252) +- Bump eslint from 7.20.0 to 7.21.0 [`#250`](https://github.com/oceanprotocol/react/pull/250) +- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#249`](https://github.com/oceanprotocol/react/pull/249) + #### [v0.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3) +> 1 March 2021 + +- Release 0.5.3 [`48351aa`](https://github.com/oceanprotocol/react/commit/48351aa8bc30c6864c2938994fa0da2ad30e3810) + #### [v0.5.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2) > 26 February 2021 diff --git a/package-lock.json b/package-lock.json index 3fbeb44..316e3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9486911..22ecd22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.3", + "version": "0.5.4", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",