Skip to content

Commit

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

## v4.3.0

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

### 🚀 Features

- Improve function detection ([ac1e7c4](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ac1e7c4))
- **sort-objects:** Handle context-based configurations ([a3ee3ff](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a3ee3ff))
- Add custom sort type through custom alphabet ([ac7d709](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ac7d709))

### ❤️ Contributors

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

## v4.2.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.2...v4.2.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.2.0",
"version": "4.3.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 648cf89

Please sign in to comment.