From dbfd97b4edc2aeb7bfae475c071cc125caebbb59 Mon Sep 17 00:00:00 2001 From: Azat S Date: Tue, 25 Jul 2023 23:12:06 +0300 Subject: [PATCH] build: publish v1.5.1 --- changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ca3094d6..c63a963e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,20 @@ # Changelog +## v1.5.1 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.5.0...v1.5.1) + +### 🐞 Bug Fixes + +- Use alphabetical as the default sort type in schemas ([3b9366e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3b9366e)) +- Disable sorting side-effect imports ([01da88a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/01da88a)) + +### ❤️ Contributors + +- Azat S ([@azat-io](http://github.com/azat-io)) +- Hao Cheng + ## v1.5.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.4.0...v1.5.0) diff --git a/package.json b/package.json index 8a84b50d..e28904aa 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": "1.5.0", + "version": "1.5.1", "homepage": "https://eslint-plugin-perfectionist.azat.io", "repository": "https://github.com/azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",