diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e7639..396597e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [16.4.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.3.0...v16.4.0) (2024-11-15) + + +### Features + +* support typescript extensions ([#131](https://github.com/americanexpress/eslint-config-amex/issues/131)) ([733c090](https://github.com/americanexpress/eslint-config-amex/commit/733c090cbdf7d7230307a1daa4d5e7b60b205456)) + # [16.3.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.2.0...v16.3.0) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 09ccf13..8be17fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-amex", - "version": "16.3.0", + "version": "16.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-amex", - "version": "16.3.0", + "version": "16.4.0", "license": "Apache-2.0", "dependencies": { "@babel/eslint-parser": "7.16.5", diff --git a/package.json b/package.json index 1fef5c0..654347d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-amex", - "version": "16.3.0", + "version": "16.4.0", "description": "American Express' ESLint config", "main": "index.js", "scripts": {