Skip to content

Commit

Permalink
build: publish v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Dec 19, 2024
1 parent 9d733a5 commit 5576614
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v4.4.0

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

### 🚀 Features

- **sort-array-includes:** Add use configuration if and groups ([a06ce5c](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a06ce5c))
- Add ignore rule for objects passed as arguments to function calls ([41c9f4f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/41c9f4f))
- Add use configuration if option to sort-object-types and sort-interfaces ([aa18f1a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/aa18f1a))

### 🏎 Performance Improvements

- Improve rules performance ([42ac82d](https://github.com/azat-io/eslint-plugin-perfectionist/commit/42ac82d))

### 🐞 Bug Fixes

- **sort-interfaces:** Prevent constructor declarations from being sorted ([b4ee1cc](https://github.com/azat-io/eslint-plugin-perfectionist/commit/b4ee1cc))

### ❤️ Contributors

- Azat S. ([@azat-io](http://github.com/azat-io))
- Hugo ([@hugop95](http://github.com/hugop95))

## v4.3.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.2.0...v4.3.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.3.0",
"version": "4.4.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 5576614

Please sign in to comment.