Skip to content

Commit

Permalink
build: publish v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 19, 2024
1 parent 84de1d4 commit 250a20e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v4.0.1

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.0...v4.0.1)

### 🐞 Bug Fixes

- Fix peer dependencies issues ([3eba895](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3eba895))
- Fix peer dependencies issues ([191902a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/191902a))
- **sort-modules:** Disable sorting for export decorated classes ([84de1d4](https://github.com/azat-io/eslint-plugin-perfectionist/commit/84de1d4))

### ❤️ Contributors

- Hugo ([@hugop95](http://github.com/hugop95))
- Hugo.prunaux <[email protected]>

## v4.0.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.9.1...v4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-perfectionist",
"version": "4.0.0",
"version": "4.0.1",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 250a20e

Please sign in to comment.