Skip to content

Commit

Permalink
0.1.0-rc.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab authored Dec 4, 2023
1 parent 3b1401e commit 596c142
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

---

### 0.1.0-rc.0

#### Feature

- Support babel-ts parser

#### Bug fix

- Keep order for computed property if `sortMembersAlphabetically` is not true
- Method type precedes static-ness and decorated-ness

### 0.0.8-alpha.0

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

0 comments on commit 596c142

Please sign in to comment.