From 0b13233ac8c3a1c7b7f05e6ff1a06b40dc24d89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Brand=C3=A3o?= Date: Fri, 9 Aug 2019 14:46:24 +0100 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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",