Skip to content

Commit 2c85bef

Browse files
committed
build: publish v1.0.1
1 parent 166edac commit 2c85bef

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

changelog.md

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

33

4+
## v1.0.1
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.0.0...v1.0.1)
7+
8+
9+
### 🐞 Bug Fixes
10+
11+
- Do not sort enums with implicit values ([166edac](https://github.com/azat-io/eslint-plugin-perfectionist/commit/166edac))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S ([@azat-io](http://github.com/azat-io))
16+
417
## v1.0.0
518

619
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v0.11.6...v1.0.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.0.0",
4+
"version": "1.0.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)