diff --git a/CHANGELOG.md b/CHANGELOG.md index 2649028..6ba5ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [16.1.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.0.0...v16.1.0) (2024-03-26) + + +### Features + +* **dependencies:** add support for prettier 3 ([#126](https://github.com/americanexpress/eslint-config-amex/issues/126)) ([cfa4df3](https://github.com/americanexpress/eslint-config-amex/commit/cfa4df391db83a69db64dd5eda02bcebec407547)) + # [16.0.0](https://github.com/americanexpress/eslint-config-amex/compare/v15.3.2...v16.0.0) (2023-06-15) diff --git a/package-lock.json b/package-lock.json index f8d06cb..39260a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-amex", - "version": "16.0.0", + "version": "16.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-amex", - "version": "16.0.0", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { "@babel/eslint-parser": "7.16.5", diff --git a/package.json b/package.json index 32d7da7..b3007a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-amex", - "version": "16.0.0", + "version": "16.1.0", "description": "American Express' ESLint config", "main": "index.js", "scripts": {