Skip to content

Commit

Permalink
chore: release v5.0.8 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Jan 21, 2023
1 parent 517a6d9 commit 3ffd85e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [5.0.8](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v5.0.7...v5.0.8) (2023-01-20)


### Performance Improvements

* use improved comparison algorithm in `no-identical-tests` rule ([#337](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/337)) ([b4da20a](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/b4da20a0d17cb4352ba2bc0e16519bf8f0015b92))

### [5.0.7](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v5.0.6...v5.0.7) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-eslint-plugin",
"version": "5.0.7",
"version": "5.0.8",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
Expand Down

0 comments on commit 3ffd85e

Please sign in to comment.