Skip to content

Commit

Permalink
v0.1.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab authored Mar 5, 2024
1 parent d947e87 commit 635a381
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### 0.1.0

#### Bug fix

- Sort literal keys alphabetically if `sortMembersAlphabetically` is true ([#34](https://github.com/seiyab/prettier-plugin-sort-members/issues/34))

#### Others

- Update dependencies

### 0.1.0

Nothing has changed since 0.1.0-rc.0

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

0 comments on commit 635a381

Please sign in to comment.