Skip to content

Commit

Permalink
build: publish v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 10, 2023
1 parent 03e5508 commit b8fde58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## v1.1.2

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


### 🐞 Bug Fixes

- Fix sorting interfaces and types with comment on same line ([03e5508](https://github.com/azat-io/eslint-plugin-perfectionist/commit/03e5508))

### ❤️ Contributors

- Azat S <to@azat.io>

## v1.1.1

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.1.0...v1.1.1)
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "1.1.2",
"homepage": "https://eslint-plugin-perfectionist.azat.io",
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
"author": "Azat S. <to@azat.io>",
Expand Down Expand Up @@ -85,4 +85,4 @@
"vitest": "^0.32.0",
"vue": "^3.3.4"
}
}
}

0 comments on commit b8fde58

Please sign in to comment.