diff --git a/CHANGELOG.md b/CHANGELOG.md index f03edb34..33eddbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.3](https://github.com/ackama/eslint-config-ackama/compare/v3.2.2...v3.2.3) (2024-08-06) + + +### Bug Fixes + +* let `prettier` handle `quote-props` ([#334](https://github.com/ackama/eslint-config-ackama/issues/334)) ([9eb3923](https://github.com/ackama/eslint-config-ackama/commit/9eb392354916e40e3f1e5326d2155a74151225d7)), closes [#101](https://github.com/ackama/eslint-config-ackama/issues/101) + ## [3.2.2](https://github.com/ackama/eslint-config-ackama/compare/v3.2.1...v3.2.2) (2024-05-10) diff --git a/package-lock.json b/package-lock.json index 57cd69cc..d782ac3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-ackama", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-ackama", - "version": "3.2.2", + "version": "3.2.3", "license": "ISC", "dependencies": { "eslint-config-prettier": "^8.0.0" diff --git a/package.json b/package.json index ed49da60..cbd1065a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "3.2.2", + "version": "3.2.3", "description": "Standard ESLint configurations for Ackama projects.", "homepage": "https://github.com/ackama/eslint-config-ackama#readme", "repository": {