Skip to content

Commit d7f6233

Browse files
authored
5.0.0 (#102)
* 5.0.0 * Update changelog
1 parent b367ec9 commit d7f6233

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Shareable MetaMask ESLint config",
55
"main": "config/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)