From 1289185ad01c5369b5b362cc0285944ff482876c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 May 2023 19:52:29 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://github.com/landbot-org/eslint-config/compare/v1.7.0...v1.7.1) (2023-05-05) ### Bug Fixes * avoid conflict between indent and prettier for switchcase ([405ca3b](https://github.com/landbot-org/eslint-config/commit/405ca3b3292fc9c898830314374957200c352f8b)) --- 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 a15e090..28d8bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@landbot/eslint-config", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@landbot/eslint-config", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.40.0", diff --git a/package.json b/package.json index 1b3b704..69788b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@landbot/eslint-config", - "version": "1.7.0", + "version": "1.7.1", "description": "", "main": "index.js", "scripts": {