From 6f8cbd6c5126a0f626ec9f3c0148121d8367398f Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Fri, 13 Sep 2024 23:14:24 +0700 Subject: [PATCH] build: publish v3.6.0 --- changelog.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0cc1e3074..cc75a408b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,24 @@ # Changelog +## v3.6.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.5.0...v3.6.0) + +### 🚀 Features + +- Improve error messages when sorting different groups ([e0f375a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/e0f375a)) +- Improve dependency detection in sort-objects rule ([412d5da](https://github.com/azat-io/eslint-plugin-perfectionist/commit/412d5da)) +- Keep comments above elements being sorted ([bd8ba3f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/bd8ba3f)) + +### 🐞 Bug Fixes + +- Detect dependencies in template literals in sort-enums ([c9367eb](https://github.com/azat-io/eslint-plugin-perfectionist/commit/c9367eb)) + +### ❤️ Contributors + +- Hugo ([@hugop95](http://github.com/hugop95)) + ## v3.5.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.4.0...v3.5.0) diff --git a/package.json b/package.json index e81ac3280..9f5c5582c 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.5.0", + "version": "3.6.0", "homepage": "https://perfectionist.dev", "repository": "azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",