Skip to content

Commit

Permalink
build: publish v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jul 25, 2023
1 parent 01da88a commit dbfd97b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## v1.5.1

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.5.0...v1.5.1)

### 🐞 Bug Fixes

- Use alphabetical as the default sort type in schemas ([3b9366e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3b9366e))
- Disable sorting side-effect imports ([01da88a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/01da88a))

### ❤️ Contributors

- Azat S ([@azat-io](http://github.com/azat-io))
- Hao Cheng <hcheng636@gmail.com>

## v1.5.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.4.0...v1.5.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": "1.5.0",
"version": "1.5.1",
"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 dbfd97b

Please sign in to comment.