Skip to content

Commit dbfd97b

Browse files
committed
build: publish v1.5.1
1 parent 01da88a commit dbfd97b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## v1.5.1
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.5.0...v1.5.1)
7+
8+
### 🐞 Bug Fixes
9+
10+
- Use alphabetical as the default sort type in schemas ([3b9366e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3b9366e))
11+
- Disable sorting side-effect imports ([01da88a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/01da88a))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S ([@azat-io](http://github.com/azat-io))
16+
- Hao Cheng <hcheng636@gmail.com>
17+
418
## v1.5.0
519

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-perfectionist",
33
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"homepage": "https://eslint-plugin-perfectionist.azat.io",
66
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <to@azat.io>",

0 commit comments

Comments
 (0)