Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 10, 2023
1 parent 790f22e commit d7e2c49
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Added
- **BREAKING:** Add `eslint-plugin-promise` peer dependency, and enable `no-multiple-resolved` ([#287](https://github.com/MetaMask/eslint-config/pull/287))

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
5 changes: 2 additions & 3 deletions packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Fix `@metamask/commonjs` peer dependencies ([#301](https://github.com/MetaMask/eslint-config/pull/301))
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
5 changes: 3 additions & 2 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
- **BREAKING:** Replace `eslint-plugin-node` with `eslint-plugin-n` ([#297](https://github.com/MetaMask/eslint-config/pull/297))

## [11.1.0]
### Changed
Expand Down
10 changes: 8 additions & 2 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Added
- **BREAKING:** Add rule to enforce generic parameters have a length of at least 3 characters ([#292](https://github.com/MetaMask/eslint-config/pull/292))
- **BREAKING:** Enable `@typescript-eslint/consistent-type-imports` rule ([#284](https://github.com/MetaMask/eslint-config/pull/284))
- **BREAKING:** Enable `@typescript-eslint/prefer-enum-initializers` rule ([#269](https://github.com/MetaMask/eslint-config/pull/269))

### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
- Disable naming convention for properties that require quotes ([#293](https://github.com/MetaMask/eslint-config/pull/293))

## [11.1.0]
### Changed
Expand Down

0 comments on commit d7e2c49

Please sign in to comment.