From 40b1a4994273e303e99cbf197b1d8098eeedf259 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Tue, 5 Mar 2024 20:22:01 +0300 Subject: [PATCH] build: publish v2.6.0 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 57f8def5a..f7bbbfdb8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v2.6.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.5.0...v2.6.0) + +### 🚀 Features + +- **sort-classes:** Add decorators support ([cbe3f4b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/cbe3f4b)) + +### ❤️ Contributors + +- Chirokas + ## v2.5.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.4.2...v2.5.0) diff --git a/package.json b/package.json index b78f01a3f..d720ac195 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": "2.5.0", + "version": "2.6.0", "homepage": "https://eslint-plugin-perfectionist.azat.io", "repository": "https://github.com/azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",