From f240c74f418d703088dd8e83b2a36abbfa0177c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jan 2024 12:12:09 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/landbot-org/eslint-config/compare/v2.0.1...v2.0.2) (2024-01-02) ### Bug Fixes * add eslint-plugin-check-file dependecy ([0237fb0](https://github.com/landbot-org/eslint-config/commit/0237fb0443cd3ef14e7d467e15f002f9eb189143)) * check-file config ([7050ec5](https://github.com/landbot-org/eslint-config/commit/7050ec5e71f4530d01333b59024c97ac99b74f32)) --- 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 2fab2a7..ba9c0ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", diff --git a/package.json b/package.json index fe0dc18..63aa3fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.1", + "version": "2.0.2", "description": "ESLint and Prettier configuration", "repository": { "type": "git",