diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b81c3..d914e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.0.0](https://github.com/uphold/eslint-config-uphold-react/releases/tag/v1.0.0) (2019-10-11) +- Update dependencies [\#5](https://github.com/uphold/eslint-config-uphold-react/pull/5) ([NelsonBrandao](https://github.com/NelsonBrandao)) +- Add license file [\#4](https://github.com/uphold/eslint-config-uphold-react/pull/4) ([NelsonBrandao](https://github.com/NelsonBrandao)) + ## [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)) diff --git a/package.json b/package.json index 284c689..0b34a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold-react", - "version": "0.2.0", + "version": "1.0.0", "description": "Uphold-flavored React ESLint config", "keywords": [ "config",