Skip to content

Commit

Permalink
build: publish v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 13, 2024
1 parent d56dfab commit 6f8cbd6
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,6 +1,24 @@
# Changelog


## v3.6.0

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

### 🚀 Features

- Improve error messages when sorting different groups ([e0f375a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/e0f375a))
- Improve dependency detection in sort-objects rule ([412d5da](https://github.com/azat-io/eslint-plugin-perfectionist/commit/412d5da))
- Keep comments above elements being sorted ([bd8ba3f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/bd8ba3f))

### 🐞 Bug Fixes

- Detect dependencies in template literals in sort-enums ([c9367eb](https://github.com/azat-io/eslint-plugin-perfectionist/commit/c9367eb))

### ❤️ Contributors

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

## v3.5.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.4.0...v3.5.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.5.0",
"version": "3.6.0",
"homepage": "https://perfectionist.dev",
"repository": "azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <[email protected]>",
Expand Down

0 comments on commit 6f8cbd6

Please sign in to comment.