Skip to content

Commit

Permalink
build: publish v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Apr 13, 2024
1 parent 85d8e3d commit 46cb865
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v2.9.0

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

### 🚀 Features

- Add sort-intersection-types rule ([3ad40ff](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3ad40ff))
- Use preserve modules for package build ([be13a21](https://github.com/azat-io/eslint-plugin-perfectionist/commit/be13a21))

### 🐞 Bug Fixes

- Sort-objects ignore-pattern add property type ([3de399f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3de399f))
- **sort-exports:** Work with star exports ([ce76606](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ce76606))

### ❤️ Contributors

- Azat S. ([@azat-io](http://github.com/azat-io))
- Chirokas ([@chirokas](http://github.com/chirokas))
- Sergio ([@KID-joker](http://github.com/KID-joker))
- Josh Goldberg ✨ <git@joshuakgoldberg.com>

## v2.8.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.7.0...v2.8.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": "2.8.0",
"version": "2.9.0",
"homepage": "https://eslint-plugin-perfectionist.azat.io",
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <to@azat.io>",
Expand Down

0 comments on commit 46cb865

Please sign in to comment.