diff --git a/changelog.md b/changelog.md index 9c0ba8a1..8a0e7bd3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,25 @@ # Changelog +## v3.8.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.7.0...v3.8.0) + +### 🚀 Features + +- Add matcher option ([9434334](https://github.com/azat-io/eslint-plugin-perfectionist/commit/9434334)) +- Add ability to disable sorting objects in jsx styles ([45f7661](https://github.com/azat-io/eslint-plugin-perfectionist/commit/45f7661)) + +### 🐞 Bug Fixes + +- Ignore whitespaces in node names ([7a0a96c](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7a0a96c)) +- Fix linting of nodes that are neighboring to ignored nodes ([a11841a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a11841a)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) +- Hugo ([@hugop95](http://github.com/hugop95)) + ## v3.7.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.6.0...v3.7.0) diff --git a/package.json b/package.json index 7c2bb675..0fe57674 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-perfectionist", "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", - "version": "3.7.0", + "version": "3.8.0", "homepage": "https://perfectionist.dev", "repository": "azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",