diff --git a/CHANGELOG.md b/CHANGELOG.md index 391fc8e..2f9a1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 8.1.0 (2021-02-24) + +- Added: [flowtype/object-type-curly-spacing]. +- Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade. + ### Version 8.0.0 (2021-02-21) - Changed: All configs have been merged into one! @@ -428,6 +433,7 @@ [eslint-plugin-vue]: https://github.com/vuejs/eslint-plugin-vue [excluding deprecated rules]: https://github.com/prettier/eslint-config-prettier/tree/9f6b59486ad742dc12ad3be157ddff5f8454ef7a#excluding-deprecated-rules [flowtype/boolean-style]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style +[flowtype/object-type-curly-spacing]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-object-type-curly-spacing [function-call-argument-newline]: https://eslint.org/docs/rules/function-call-argument-newline [function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline [implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak diff --git a/package-real.json b/package-real.json index 08672ae..0a54dd9 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",