From eec73ee00b63cd6a61eb46b88e1485a0dae3e01e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 May 2024 04:34:57 +0000 Subject: [PATCH] chore(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/ackama/eslint-config-ackama/compare/v3.2.1...v3.2.2) (2024-05-10) ### Bug Fixes * allow v7 of `[@typescript-eslint](https://github.com/typescript-eslint)` and v28 of `eslint-plugin-jest` ([#321](https://github.com/ackama/eslint-config-ackama/issues/321)) ([99f27da](https://github.com/ackama/eslint-config-ackama/commit/99f27da573ef7e2c7c9e8190f818ee1adcbdee72)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a1a29..f03edb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/ackama/eslint-config-ackama/compare/v3.2.1...v3.2.2) (2024-05-10) + + +### Bug Fixes + +* allow v7 of `[@typescript-eslint](https://github.com/typescript-eslint)` and v28 of `eslint-plugin-jest` ([#321](https://github.com/ackama/eslint-config-ackama/issues/321)) ([99f27da](https://github.com/ackama/eslint-config-ackama/commit/99f27da573ef7e2c7c9e8190f818ee1adcbdee72)) + ## [3.2.1](https://github.com/ackama/eslint-config-ackama/compare/v3.2.0...v3.2.1) (2023-10-22) diff --git a/package-lock.json b/package-lock.json index 6fcebcc..1e7ecb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-ackama", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-ackama", - "version": "3.2.1", + "version": "3.2.2", "license": "ISC", "dependencies": { "eslint-config-prettier": "^8.0.0" diff --git a/package.json b/package.json index b93e678..7c53d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "3.2.1", + "version": "3.2.2", "description": "Standard ESLint configurations for Ackama projects.", "homepage": "https://github.com/ackama/eslint-config-ackama#readme", "repository": {