From 8ba22bb4d8b53694f81536ba48ebee24b525cabc Mon Sep 17 00:00:00 2001 From: Xvezda Date: Sun, 22 Jun 2025 13:27:34 +0900 Subject: [PATCH] 0.13.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6813603..ee93d4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-explicit-exceptions", "type": "commonjs", - "version": "0.13.1", + "version": "0.13.2", "description": "ESLint rules for explicitly handling exceptions", "main": "./src/plugin.js", "types": "./dist/plugin.d.ts",