From 5965fafe28f3fa90adf31a2af22751f9071bbeaf Mon Sep 17 00:00:00 2001 From: JoshuaKGoldberg Date: Mon, 11 Dec 2023 19:25:13 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1181b13..a6c63da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f3e99d7..df2fea0 100644 --- a/package.json +++ b/package.json @@ -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",