Skip to content

Commit

Permalink
V0.1.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab authored Apr 14, 2024
1 parent a13f89e commit a60fedf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

---

### 0.1.2

#### Bug fix

- For type alias and interface, consider function members as members, not method ([#40](https://github.com/seiyab/prettier-plugin-sort-members/issues/40)). This improves compatibility with [`@typescript-eslint/member-ordering`](https://typescript-eslint.io/rules/member-ordering/#default-configuration)'s default setting.
- Feel free to request an option if you feel former ordering is more consistent or come up with better rule.

### 0.1.1

#### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"@typescript-eslint/types": "^7.1.0",
"@typescript-eslint/visitor-keys": "^7.1.0"
},
"version": "0.1.1"
"version": "0.1.2"
}

0 comments on commit a60fedf

Please sign in to comment.