From bc324f93612b74528ac86e754fd4b2cf7a3ddec6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jul 2023 20:27:12 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/ackama/eslint-config-ackama/compare/v3.1.0...v3.1.1) (2023-07-14) ### Bug Fixes * **@typescript-eslint:** replace `no-parameter-properties` with `parameter-properties` ([#284](https://github.com/ackama/eslint-config-ackama/issues/284)) ([7274099](https://github.com/ackama/eslint-config-ackama/commit/7274099b8d49f43a1158137587ac2685925936a1)) --- 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 ef9fa33..fec9b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/ackama/eslint-config-ackama/compare/v3.1.0...v3.1.1) (2023-07-14) + + +### Bug Fixes + +* **@typescript-eslint:** replace `no-parameter-properties` with `parameter-properties` ([#284](https://github.com/ackama/eslint-config-ackama/issues/284)) ([7274099](https://github.com/ackama/eslint-config-ackama/commit/7274099b8d49f43a1158137587ac2685925936a1)) + # [3.1.0](https://github.com/ackama/eslint-config-ackama/compare/v3.0.1...v3.1.0) (2022-10-18) diff --git a/package-lock.json b/package-lock.json index 940d8e1..dff61cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-ackama", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-ackama", - "version": "3.1.0", + "version": "3.1.1", "license": "ISC", "dependencies": { "eslint-config-prettier": "^8.0.0" diff --git a/package.json b/package.json index 9ccb6f3..6f70389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "3.1.0", + "version": "3.1.1", "description": "Standard ESLint configurations for Ackama projects.", "homepage": "https://github.com/ackama/eslint-config-ackama#readme", "repository": {