From 0df348fd82ff2c409e6a09fde5e5d02bf291dfca Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Fri, 3 Jan 2025 22:32:40 +0300 Subject: [PATCH] build: publish v4.6.0 --- changelog.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 68c10c6b..79cd9571 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Changelog +## v4.6.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.5.0...v4.6.0) + +### 🚀 Features + +- Allow to enter new lines between in groups ([4045595](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4045595)) + +### 🐞 Bug Fixes + +- **sort-objects:** Fix function name pattern usage with variable assignment ([8d15b98](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8d15b98)) + +### ❤️ Contributors + +- Hugo ([@hugop95](http://github.com/hugop95)) + ## v4.5.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.4.0...v4.5.0) diff --git a/package.json b/package.json index 376325e1..590841cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-perfectionist", - "version": "4.5.0", + "version": "4.6.0", "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", "keywords": [ "eslint",