Skip to content

Commit

Permalink
build: publish v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 7, 2024
1 parent f022f2a commit c48a83a
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.5.0

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

### 🚀 Features

- Add ability to disable or enable side effect imports sorting ([ae02009](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ae02009))

### 🐞 Bug Fixes

- Detect dependencies in template literals ([4e0e6d8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4e0e6d8))
- Improve dependency detection in sort-variable-declarations rule ([6beb536](https://github.com/azat-io/eslint-plugin-perfectionist/commit/6beb536))

### ❤️ Contributors

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

## v3.4.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.3.0...v3.4.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.4.0",
"version": "3.5.0",
"homepage": "https://perfectionist.dev",
"repository": "azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <to@azat.io>",
Expand Down

0 comments on commit c48a83a

Please sign in to comment.