Skip to content

Commit

Permalink
chore: release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 18, 2022
1 parent 5cb12cc commit e2f3deb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


### [5.0.1](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.0...v5.0.1) (2022-07-18)


### Bug Fixes

* export package.json (fixes [#270](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/270)) ([#271](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/271)) ([5cb12cc](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/5cb12cc5a01163966d506c7ee3c1b6c88c174ddb))

## [5.0.0](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.4.1...v5.0.0) (2022-07-12)


Expand Down Expand Up @@ -532,4 +539,4 @@
- New: no-deprecated-report-api rule [`06a6e5a`](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/06a6e5ae81328ba37e8360ca5ad7498939059031)
- New: initial commit [`8b0ae4f`](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/8b0ae4f30014e9526af02ecba518f5edfd38c2b9)
- New: Add a 'recommended' config [`7b9ec01`](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/7b9ec012286f4c16af27e79db7e449916c56c3c6)
- New: Add a 'recommended' config [`7b9ec01`](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/7b9ec012286f4c16af27e79db7e449916c56c3c6)
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.0",
"version": "5.0.1",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
Expand Down

0 comments on commit e2f3deb

Please sign in to comment.