From 8020ba7c9c3ba0d50e13251e9434be63f4520ba4 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Fri, 8 Sep 2023 21:23:16 +0300 Subject: [PATCH] build: publish v2.0.1 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7fbf4d58..a66b237b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v2.0.1 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.0.0...v2.0.1) + +### 🐞 Bug Fixes + +- Prefix-only builtin modules are defined as external modules in sort-imports rule ([92b7240](https://github.com/azat-io/eslint-plugin-perfectionist/commit/92b7240)) + +### ❤️ Contributors + +- Wondermarin + ## v2.0.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.5.1...v2.0.0) diff --git a/package.json b/package.json index d943d025..437ac586 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.0.0", + "version": "2.0.1", "homepage": "https://eslint-plugin-perfectionist.azat.io", "repository": "https://github.com/azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",