Skip to content

Commit

Permalink
build: publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 25, 2024
1 parent c7bec52 commit 5e01924
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v4.1.0

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

### 🚀 Features

- **sort-enums:** Handle numeric operations ([710cc24](https://github.com/azat-io/eslint-plugin-perfectionist/commit/710cc24))
- **sort-objects:** Add object declarations and destructured objects options ([5606fad](https://github.com/azat-io/eslint-plugin-perfectionist/commit/5606fad))

### ❤️ Contributors

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

## v4.0.3

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.2...v4.0.3)
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.3",
"version": "4.1.0",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 5e01924

Please sign in to comment.