Skip to content

Commit 2fdb43e

Browse files
committed
Update changelog
1 parent 95e8443 commit 2fdb43e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0] - 2020-05-21
9+
10+
### Added
11+
12+
- Add ESLint 7 to peerDependencies
13+
814
## [0.9.0] - 2020-05-19
915

1016
### Added
1117

1218
- New option to `interface` rule: `requiredFirst` - if `true`, enforce optional properties to come after required ones.
1319

20+
## [0.8.0] - 2020-04-02
21+
22+
### Added
23+
24+
- License
25+
26+
### Fixed
27+
28+
- Fix linter crash on accessing node key name
29+
30+
[1.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.10.0...v1.0.0
31+
[0.10.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.9.0...v0.10.0
1432
[0.9.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.8.0...v0.9.0
33+
[0.8.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.7.0...v0.8.0

0 commit comments

Comments
 (0)