From f499dbbb7bc380ff085edf03367bf4a0132acdec Mon Sep 17 00:00:00 2001 From: Piotr Kowalski Date: Tue, 19 Dec 2023 23:05:35 +0100 Subject: [PATCH] 2.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2cc7a2..761c53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "eslint-plugin-todo-with-label", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "eslint-plugin-todo-with-label", - "version": "1.0.0", + "version": "2.0.0", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 251eaf2..5710c5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-todo-with-label", "description": "ESLint plugin supports TODO comments with a label in parenthesis", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "author": { "name": "Piotr Kowalski",