diff --git a/changelog.md b/changelog.md index fd2335331..0cc1e3074 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,24 @@ # Changelog +## v3.5.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.4.0...v3.5.0) + +### 🚀 Features + +- Add ability to disable or enable side effect imports sorting ([ae02009](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ae02009)) + +### 🐞 Bug Fixes + +- Detect dependencies in template literals ([4e0e6d8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4e0e6d8)) +- Improve dependency detection in sort-variable-declarations rule ([6beb536](https://github.com/azat-io/eslint-plugin-perfectionist/commit/6beb536)) + +### ❤️ Contributors + +- Hugo ([@hugop95](http://github.com/hugop95)) +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v3.4.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.3.0...v3.4.0) diff --git a/package.json b/package.json index 64978f324..0165e54c9 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.4.0", + "version": "3.5.0", "homepage": "https://perfectionist.dev", "repository": "azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",