From 5b58ba5c0a4ad2cbf059895bdf8b35c8d4c280c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=B6ck?= Date: Mon, 4 Nov 2024 15:28:17 +0100 Subject: [PATCH] chore: dump version to 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7af3de6..6bebb92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipsecure/eslint-plugin-next", - "version": "1.0.1", + "version": "1.0.2", "description": "Secure your Next.js applications with @shipsecure/eslint-plugin-next, an ESLint plugin designed to detect and prevent common security vulnerabilities.", "main": "dist/index.js", "scripts": {