From 8094a8d937f225b0f242fca28e2527c161bbc4a0 Mon Sep 17 00:00:00 2001 From: ando Date: Mon, 5 Jun 2023 14:03:11 +0300 Subject: [PATCH] 1.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 a244192..6438371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-ai", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-ai", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@clack/core": "^0.3.2", diff --git a/package.json b/package.json index d34b88a..f9553af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-ai", - "version": "1.1.0", + "version": "1.2.0", "description": "eslint-ai is an cli tools that help us to lint and view suggestion from ai if we had a code error with eslint support.", "engines": { "node": ">=14.14"