diff --git a/package-lock.json b/package-lock.json index e13af752..adb07eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21439,7 +21439,7 @@ }, "packages/eslint-config-typescript": { "name": "@strv/eslint-config-typescript", - "version": "4.1.1", + "version": "4.1.2", "license": "BSD-3-Clause", "dependencies": { "@strv/eslint-config-base": "^3.4.0", diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index dded374c..9d2bf4ea 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.1...@strv/eslint-config-typescript@4.1.2) (2023-07-11) + + +### Bug Fixes + +* properly configure `@typescript-eslint/parameter-properties` ([2f7b4bf](https://github.com/strvcom/code-quality-tools/commit/2f7b4bf2efd8774213383a76ee14ae12c5293395)) + + + + + ## [4.1.1](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.0...@strv/eslint-config-typescript@4.1.1) (2023-07-11) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index f2ba1805..adfac1aa 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-typescript", "description": "STRV's ESLint config for TypeScript projects", - "version": "4.1.1", + "version": "4.1.2", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues"