Skip to content

Commit

Permalink
build: publish v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Mar 8, 2025
1 parent c257e87 commit db30f86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v4.10.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.9.0...v4.10.0)

### 🚀 Features

- Add sort by value related-options ([94caac8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/94caac8))
- Add custom groups fallback sort option ([f42f24f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/f42f24f))
- Support sorting by type in fallback sorting ([79d0441](https://github.com/azat-io/eslint-plugin-perfectionist/commit/79d0441))

### 🐞 Bug Fixes

- Fix maximum call stack size with fallback sort ([8b78710](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8b78710))

### ❤️ Contributors

- Hugo ([@hugop95](https://github.com/hugop95))

## v4.9.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.8.0...v4.9.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-perfectionist",
"version": "4.9.0",
"version": "4.10.0",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
"keywords": [
"eslint",
Expand Down

0 comments on commit db30f86

Please sign in to comment.