Skip to content

Commit

Permalink
build: publish v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Dec 3, 2024
1 parent 0a501b1 commit 7ead1cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v4.2.0

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

### 🚀 Features

- Improve groups and custom groups in sort-interfaces and sort-object-types ([8407bae](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8407bae))

### 🐞 Bug Fixes

- **sort-decorators:** Keep jsdoc blocks in place ([54dfdd9](https://github.com/azat-io/eslint-plugin-perfectionist/commit/54dfdd9))
- Fix ignoring order in natural sorting ([82cb68a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/82cb68a))

### ❤️ Contributors

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

## v4.1.2

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.1...v4.1.2)
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.1.2",
"version": "4.2.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 7ead1cf

Please sign in to comment.