Skip to content

Commit

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


## v3.8.0

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

### 🚀 Features

- Add matcher option ([9434334](https://github.com/azat-io/eslint-plugin-perfectionist/commit/9434334))
- Add ability to disable sorting objects in jsx styles ([45f7661](https://github.com/azat-io/eslint-plugin-perfectionist/commit/45f7661))

### 🐞 Bug Fixes

- Ignore whitespaces in node names ([7a0a96c](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7a0a96c))
- Fix linting of nodes that are neighboring to ignored nodes ([a11841a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a11841a))

### ❤️ Contributors

- Azat S. ([@azat-io](http://github.com/azat-io))
- Hugo ([@hugop95](http://github.com/hugop95))

## v3.7.0

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

0 comments on commit d1130ae

Please sign in to comment.