diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a59bb6b..65532e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/ackama/eslint-config-ackama/compare/v2.2.0...v2.2.1) (2021-10-16) + + +### Bug Fixes + +* **deps:** update dependency eslint-config-prettier to v8 ([#76](https://github.com/ackama/eslint-config-ackama/issues/76)) ([708e436](https://github.com/ackama/eslint-config-ackama/commit/708e436823a583420d9515d34b42362ee52af93a)) + # [2.2.0](https://github.com/ackama/eslint-config-ackama/compare/v2.1.2...v2.2.0) (2021-08-11) diff --git a/package-lock.json b/package-lock.json index 08c6df16..e6be9c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 278175d6..57ae0735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "2.2.0", + "version": "2.2.1", "description": "Standard ESLint configurations for Ackama projects.", "homepage": "https://github.com/ackama/eslint-config-ackama#readme", "repository": {