diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d60d99..ed2b730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 6.0.1 + +### Fixes + + - Add locale for `react/jsx-sort-props` ([#94](https://github.com/molindo/eslint-config-molindo/pull/94) by [@googol7](https://github.com/googol7)) + ## 6.0.0 ### Features diff --git a/package.json b/package.json index 0af8983..6b73819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-molindo", - "version": "6.0.0", + "version": "6.0.1", "description": "Molindo ESLint config that implements our styleguide and helps to catch errors.", "repository": "https://github.com/molindo/eslint-config-molindo", "author": "Jan Amann ",