Skip to content

Commit 0df348f

Browse files
committed
build: publish v4.6.0
1 parent 350e62a commit 0df348f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v4.6.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.5.0...v4.6.0)
6+
7+
### 🚀 Features
8+
9+
- Allow to enter new lines between in groups ([4045595](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4045595))
10+
11+
### 🐞 Bug Fixes
12+
13+
- **sort-objects:** Fix function name pattern usage with variable assignment ([8d15b98](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8d15b98))
14+
15+
### ❤️ Contributors
16+
17+
- Hugo ([@hugop95](http://github.com/hugop95))
18+
319
## v4.5.0
420

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-perfectionist",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)