From c48a83a0c33051ce030a68ee2b73abfc4512bb02 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sat, 7 Sep 2024 21:17:14 +0700 Subject: [PATCH] build: publish v3.5.0 --- changelog.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fd233533..0cc1e307 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 64978f32..0165e54c 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. ",