Skip to content

Commit

Permalink
build: publish v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 24, 2023
1 parent 1293490 commit 63cd88c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v2.4.2

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.4.1...v2.4.2)

### 🐞 Bug Fixes

- Fix cjs plugin usage ([1293490](https://github.com/azat-io/eslint-plugin-perfectionist/commit/1293490))

### ❤️ Contributors

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

## v2.4.1

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.4.0...v2.4.1)
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.4.1",
"version": "2.4.2",
"homepage": "https://eslint-plugin-perfectionist.azat.io",
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <[email protected]>",
Expand Down Expand Up @@ -126,4 +126,4 @@
"vitest": "^0.34.6",
"vue": "^3.3.8"
}
}
}

0 comments on commit 63cd88c

Please sign in to comment.