Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 11, 2023
1 parent f5f35cd commit 5965faf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.1.2](https://github.com/JoshuaKGoldberg/eslint-plugin-never-disable/compare/0.1.1...0.1.2) (2023-12-11)

### Bug Fixes

- rule throws error for non `eslint-disable` comments ([8024e9d](https://github.com/JoshuaKGoldberg/eslint-plugin-never-disable/commit/8024e9d92c6fc2ba4fc6e8a114944f1e252168d5))

## [0.1.1](https://github.com/JoshuaKGoldberg/eslint-plugin-never-disable/compare/0.1.0...0.1.1) (2023-12-07)

### Bug Fixes
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-never-disable",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint plugin to completely ban disabling specific rules. 🙅",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5965faf

Please sign in to comment.