diff --git a/CHANGELOG.md b/CHANGELOG.md index 397d182..97b81c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog -## [v0.1.0](https://github.com/uphold/eslint-config-uphold-react/releases/tag/v0.1.0) (2019-04-11) -- Initial version ([NelsonBrandao](https://github.com/NelsonBrandao)) \ No newline at end of file +## [v0.2.0](https://github.com/uphold/eslint-config-uphold-react/releases/tag/v0.2.0) (2019-08-09) +- Update `eslint-config-uphold` dependency and add react `prettier` support [\#3](https://github.com/uphold/eslint-config-uphold-react/pull/3) ([NelsonBrandao](https://github.com/NelsonBrandao)) +- Add react/require-default-props rule [\#1](https://github.com/uphold/eslint-config-uphold-react/pull/1) ([NelsonBrandao](https://github.com/NelsonBrandao)) + +## [v0.1.0](https://github.com/uphold/eslint-config-uphold-react/releases/tag/v0.1.0) (2019-04-12) diff --git a/package.json b/package.json index 1db6b2f..1a223fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold-react", - "version": "0.1.0", + "version": "0.2.0", "description": "Uphold-flavored React ESLint config", "keywords": [ "config",