Skip to content

Commit

Permalink
chore: release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 17, 2022
1 parent aa133a9 commit d06d1f2
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.5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.4...v5.0.5) (2022-08-17)


### Bug Fixes

* handle suggestions in helper function outside rule or inside nested spread/ternary in `require-meta-has-suggestions` rule ([#291](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/291)) ([aa133a9](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/aa133a93a95f401619325e22e96b432e40f34f57))

### [5.0.4](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.3...v5.0.4) (2022-08-15)


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.4",
"version": "5.0.5",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
Expand Down

0 comments on commit d06d1f2

Please sign in to comment.