From 12b075d1c939c2b7cd8e72e6e08601f7efd6f16a Mon Sep 17 00:00:00 2001 From: Xvezda Date: Sun, 22 Jun 2025 00:57:11 +0900 Subject: [PATCH] 0.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10ac48b..224c1e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-explicit-exceptions", "type": "commonjs", - "version": "0.13.0", + "version": "0.13.1", "description": "ESLint rules for explicitly handling exceptions", "main": "./src/plugin.js", "types": "./dist/plugin.d.ts",