Skip to content

Commit

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

## v4.5.0

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

### 🚀 Features

- Add custom group newlines inside option ([3b3d2d5](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3b3d2d5))
- Make partition by comment support line and block ([dd71f11](https://github.com/azat-io/eslint-plugin-perfectionist/commit/dd71f11))

### 🐞 Bug Fixes

- Gives maximum priority to the void character in custom sort type ([1649bea](https://github.com/azat-io/eslint-plugin-perfectionist/commit/1649bea))

### ❤️ Contributors

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

## v4.4.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.3.0...v4.4.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.4.0",
"version": "4.5.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 ccf316d

Please sign in to comment.