From dd9b0157efcb3e9a473be1838c3f80d725c62cf1 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Thu, 13 Jun 2024 00:49:20 +0300 Subject: [PATCH] build: publish v2.11.0 --- changelog.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index e1fe04d2..c60b48be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,20 @@ # Changelog +## v2.11.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.10.0...v2.11.0) + +### 🚀 Features + +- Update svelte ([861a381](https://github.com/azat-io/eslint-plugin-perfectionist/commit/861a381)) +- **sort-classes:** Add custom-group to sort-classes rule ([1773ffb](https://github.com/azat-io/eslint-plugin-perfectionist/commit/1773ffb)) + +### ❤️ Contributors + +- Gustavo Pedroni ([@gustavopedroni](http://github.com/gustavopedroni)) +- Tkhs ([@tkhs0813](http://github.com/tkhs0813)) + ## v2.10.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.9.0...v2.10.0) diff --git a/package.json b/package.json index 11f1a687..09a4faef 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.10.0", + "version": "2.11.0", "homepage": "https://eslint-plugin-perfectionist.azat.io", "repository": "https://github.com/azat-io/eslint-plugin-perfectionist", "author": "Azat S. ", @@ -126,4 +126,4 @@ "vitest": "^0.34.6", "vue": "^3.3.9" } -} +} \ No newline at end of file