@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## [ Unreleased]
88
9+ ## [ 5.0.0] - 2021-02-02
10+
11+ ### Changed
12+
13+ - ** BREAKING:** Enable ` semi ` in base config ([ #101 ] ( https://github.com/MetaMask/eslint-config/pull/101 ) )
14+ - ** BREAKING:** Disallow spaces before parentheses of named functions ([ #101 ] ( https://github.com/MetaMask/eslint-config/pull/101 ) )
15+ - ** BREAKING:** Upgrade to TypeScript v4 and corresponding ` @typescript-eslint ` dependencies ([ #79 ] ( https://github.com/MetaMask/eslint-config/pull/79 ) , [ #80 ] ( https://github.com/MetaMask/eslint-config/pull/80 ) , [ #103 ] ( https://github.com/MetaMask/eslint-config/pull/103 ) )
16+
917## [ 4.1.0] - 2020-10-21
1018
1119### Changed
@@ -17,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1725
1826### Changed
1927
20- - ** Breaking ** : Update to ESLint v7 (#46 , #58 , #62 , #63 )
28+ - ** BREAKING: ** Update to ESLint v7 (#46 , #58 , #62 , #63 )
2129- Relax ` member-delimiter-style ` for TypeScript ([ #68 ] ( https://github.com/MetaMask/eslint-config/pull/68 ) )
2230- Disable ` space-before-function-paren ` for TypeScript ([ #65 ] ( https://github.com/MetaMask/eslint-config/pull/65 ) )
2331
@@ -93,7 +101,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
93101
94102- Add base, TypeScript, and Jest configs (#3 )
95103
96- [ Unreleased ] :https://github.com/MetaMask/eslint-config/compare/v4.1.0...HEAD
104+ [ Unreleased ] :https://github.com/MetaMask/eslint-config/compare/v5.0.0...HEAD
105+ [ 5.0.0 ] :https://github.com/MetaMask/eslint-config/compare/v4.1.0...v5.0.0
97106[ 4.1.0 ] :https://github.com/MetaMask/eslint-config/compare/v4.0.0...v4.1.0
98107[ 4.0.0 ] :https://github.com/MetaMask/eslint-config/compare/v3.2.0...v4.0.0
99108[ 3.2.0 ] :https://github.com/MetaMask/eslint-config/compare/v3.1.0...v3.2.0
0 commit comments