Skip to content

Commit

Permalink
build: publish v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jan 20, 2025
1 parent 7afde85 commit fba98d6
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.7.0

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

### 🚀 Features

- **sort-objects:** Add array-based custom groups option ([afdda90](https://github.com/azat-io/eslint-plugin-perfectionist/commit/afdda90))
- **sort-maps:** Add groups, custom groups and new lines between options ([317baaa](https://github.com/azat-io/eslint-plugin-perfectionist/commit/317baaa))
- Add newlines-between to some rules ([231af42](https://github.com/azat-io/eslint-plugin-perfectionist/commit/231af42))

### 🐞 Bug Fixes

- Fix overlapping errors between newlines-between and comment-after fixes ([a6e1daf](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a6e1daf))

### ❤️ Contributors

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

## v4.6.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.5.0...v4.6.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.6.0",
"version": "4.7.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 fba98d6

Please sign in to comment.