From ddb6f2ac1f105933181f7a47a0c5099fd0a8a0b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Nov 2024 08:34:03 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://github.com/algoan/eslint-config-react/compare/v3.3.0...v3.4.0) (2024-11-22) ### Bug Fixes * downgrade @amanda-mitchell/semantic-release-npm-multiple to version 3.9.0 ([9efdbc7](https://github.com/algoan/eslint-config-react/commit/9efdbc789660e43f950a25baf841496e090c3541)) ### Features * update the dependencies ([5c9a352](https://github.com/algoan/eslint-config-react/commit/5c9a3520843cf2b1bbdb62db51be7138f8fbe84a)) * update the devDependencies ([df3dbfb](https://github.com/algoan/eslint-config-react/commit/df3dbfbef4fd361de9757cae3ff8813c6f150a61)) --- 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 ebcfd60..10b50bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@algoan/eslint-config-react", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@algoan/eslint-config-react", - "version": "3.3.0", + "version": "3.4.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^8.15.0", diff --git a/package.json b/package.json index e59a38e..2e48c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@algoan/eslint-config-react", - "version": "3.3.0", + "version": "3.4.0", "description": "Algoan React ESLint configuration", "main": "index.js", "scripts": {