diff --git a/CHANGELOG.md b/CHANGELOG.md index 818f9e8..8caf028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.1](https://github.com/americanexpress/eslint-config-amex/compare/v15.3.0...v15.3.1) (2022-09-05) + + +### Bug Fixes + +* **eslint-plugin-jest:** allow 27.x peer dep ([#113](https://github.com/americanexpress/eslint-config-amex/issues/113)) ([e8624b0](https://github.com/americanexpress/eslint-config-amex/commit/e8624b0f8c06544633f0229ae7598ae878b364f2)) + # [15.3.0](https://github.com/americanexpress/eslint-config-amex/compare/v15.2.1...v15.3.0) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index 96d0cfd..8f6c686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-amex", - "version": "15.3.0", + "version": "15.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-amex", - "version": "15.3.0", + "version": "15.3.1", "license": "Apache-2.0", "dependencies": { "@babel/eslint-parser": "7.16.5", diff --git a/package.json b/package.json index 926d522..ca325b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-amex", - "version": "15.3.0", + "version": "15.3.1", "description": "American Express' ESLint config", "main": "index.js", "scripts": {