From db22e8b130179543d6b7c83c31b15f08520cfa6d Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Tue, 19 Nov 2024 18:41:22 +0300 Subject: [PATCH] build: publish v4.0.2 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index aec989730..97561ad1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## v4.0.2 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.1...v4.0.2) + +### 🐞 Bug Fixes + +- **sort-imports:** Sort default internal pattern ([a4bfc2b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a4bfc2b)) + +### ❤️ Contributors + +- Azat S. + ## v4.0.1 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.0...v4.0.1) diff --git a/package.json b/package.json index 7d003e6b5..a7f074c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-perfectionist", - "version": "4.0.1", + "version": "4.0.2", "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", "keywords": [ "eslint",