From 4f3da85bf2efd779232950ee621904a665d6df17 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Wed, 14 Aug 2024 23:44:18 +0300 Subject: [PATCH] build: publish v3.2.0 --- changelog.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 92e036bd..0dd368e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,23 @@ # Changelog +## v3.2.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.3...v3.2.0) + +### 🚀 Features + +- Use dynamic group generation in sort-classes ([baa701d](https://github.com/azat-io/eslint-plugin-perfectionist/commit/baa701d)) +- Support for sorting by enum value ([285a451](https://github.com/azat-io/eslint-plugin-perfectionist/commit/285a451)) +- Improve group order error messages in sort-classes ([b02d626](https://github.com/azat-io/eslint-plugin-perfectionist/commit/b02d626)) +- Allow specifying cross-rule settings ([8e15730](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8e15730)) +- Add property-function groups in sort-class rule ([41b92d3](https://github.com/azat-io/eslint-plugin-perfectionist/commit/41b92d3)) + +### ❤️ Contributors + +- Hugo ([@hugop95](http://github.com/hugop95)) +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v3.1.3 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.2...v3.1.3) diff --git a/package.json b/package.json index 3b64f8fb..653b533e 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.1.3", + "version": "3.2.0", "homepage": "https://perfectionist.dev", "repository": "azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",