From 075b9fc8b779f11159f77f16864dc8f70aa3c63b Mon Sep 17 00:00:00 2001 From: Keshav Mohta Date: Sun, 6 Oct 2024 23:54:22 +0530 Subject: [PATCH] 2.2.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 c7a6f0a..2470c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xkeshav/gh-repo-care", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@xkeshav/gh-repo-care", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "dependencies": { "enquirer": "2.4.1", diff --git a/package.json b/package.json index f97aaad..518a09e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xkeshav/gh-repo-care", - "version": "2.1.1", + "version": "2.2.0", "private": false, "displayName": "github-repo-care", "description": "This is a npm CLI tool which help your GitHub repository to make it community supportive by adding necessary health files such as security/support/contribution/funding and customized templates for pull request/issues and discussions which boost your project for better contribution.",