Skip to content

Commit

Permalink
build: publish v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Feb 3, 2025
1 parent 561e241 commit a490cce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v4.8.0

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

### 🚀 Features

- **sort-enums:** Adds groups, custom groups and newlines between ([fe134a9](https://github.com/azat-io/eslint-plugin-perfectionist/commit/fe134a9))
- Improve new lines between inside groups option behavior ([a682297](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a682297))
- **sort-named-exports:** Add ignore alias option ([266910b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/266910b))

### 🐞 Bug Fixes

- Add missing closing curly bracket ([0ec132a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/0ec132a))
- **sort-classes:** Fix new lines inside always for signature overloads ([f581714](https://github.com/azat-io/eslint-plugin-perfectionist/commit/f581714))

### ❤️ Contributors

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

## v4.7.0

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

Please sign in to comment.