Skip to content

Commit

Permalink
chore(release): 16.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.0.0](v15.3.2...v16.0.0) (2023-06-15)

### Features

* **dependencies:** update plugins and remove eslint@7 support ([#121](#121)) ([85cae7e](85cae7e))

### BREAKING CHANGES

* **dependencies:** Require minimum of eslint 8 and node 16 required to fix bug in node 18
* **dependencies:** eslint-config-prettier All configs merged into prettier
* **dependencies:** esling-plugin-prettier Drop support for eslint 5/6, prettier 1, node 6/8
  • Loading branch information
oneamexbot committed Jun 15, 2023
1 parent 85cae7e commit f115292
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [16.0.0](https://github.com/americanexpress/eslint-config-amex/compare/v15.3.2...v16.0.0) (2023-06-15)


### Features

* **dependencies:** update plugins and remove eslint@7 support ([#121](https://github.com/americanexpress/eslint-config-amex/issues/121)) ([85cae7e](https://github.com/americanexpress/eslint-config-amex/commit/85cae7eb2decba0c30b02dfaf4823839b9426c89))


### BREAKING CHANGES

* **dependencies:** Require minimum of eslint 8 and node 16 required to fix bug in node 18
* **dependencies:** eslint-config-prettier All configs merged into prettier
* **dependencies:** esling-plugin-prettier Drop support for eslint 5/6, prettier 1, node 6/8

## [15.3.2](https://github.com/americanexpress/eslint-config-amex/compare/v15.3.1...v15.3.2) (2023-04-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-amex",
"version": "15.3.2",
"version": "16.0.0",
"description": "American Express' ESLint config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f115292

Please sign in to comment.