Skip to content

Commit

Permalink
build: publish v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 5, 2024
1 parent 7c2c233 commit 907a705
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v3.4.0

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

### 🚀 Features

- Improve ability to expand custom groups ([5088619](https://github.com/azat-io/eslint-plugin-perfectionist/commit/5088619))
- Downgrade minimatch dependency ([4803030](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4803030))
- Generate exception if group does not exist ([0872bdd](https://github.com/azat-io/eslint-plugin-perfectionist/commit/0872bdd))
- Add sort-sets rule ([7d4cf14](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7d4cf14))

### 🐞 Bug Fixes

- Place static-block after static-property in default-options in sort-classes ([73b1b54](https://github.com/azat-io/eslint-plugin-perfectionist/commit/73b1b54))
- Fix sorting of members with dependencies ([e7c113d](https://github.com/azat-io/eslint-plugin-perfectionist/commit/e7c113d))

### ❤️ Contributors

- Hugo ([@hugop95](http://github.com/hugop95))
- Denis Sokolov ([@denis-sokolov](http://github.com/denis-sokolov))

## v3.3.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.2.0...v3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-perfectionist",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
"version": "3.3.0",
"version": "3.4.0",
"homepage": "https://perfectionist.dev",
"repository": "azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <[email protected]>",
Expand Down

0 comments on commit 907a705

Please sign in to comment.