From 612c363d37de50472436996b0a07b97c64787b55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 08:28:12 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/landbot-org/eslint-config/compare/v2.0.3...v2.1.0) (2024-01-18) ### Bug Fixes * update release workflow ([#17](https://github.com/landbot-org/eslint-config/issues/17)) ([c95bc4a](https://github.com/landbot-org/eslint-config/commit/c95bc4a042bb1a08353381893251a382f1129318)) ### Features * add sample project and improve eslint config ([#14](https://github.com/landbot-org/eslint-config/issues/14)) ([e15e44c](https://github.com/landbot-org/eslint-config/commit/e15e44ca9a26358b7e2ee99f6741fcf87e4d974a)) * update dependencies ([#18](https://github.com/landbot-org/eslint-config/issues/18)) ([97a0ed0](https://github.com/landbot-org/eslint-config/commit/97a0ed0f61237c6644d00aff70f38b7ea8556743)) --- src/package-lock.json | 4 ++-- src/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 7ccecd1..dd36ce2 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,12 +1,12 @@ { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.3", + "version": "2.1.0", "license": "MIT", "dependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", diff --git a/src/package.json b/src/package.json index bcba9d0..bb894e2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@landbot/eslint-config-typescript-react", - "version": "2.0.3", + "version": "2.1.0", "description": "ESLint and Prettier configuration", "repository": { "type": "git",