Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.6.1...v4.0.0) (2022-05-26)

### chore

* **eslint-config-amex:** update 15.x ([#45](#45)) ([f2d501c](f2d501c))

### BREAKING CHANGES

* **eslint-config-amex:** drops support for node 10, 12, and 14
  • Loading branch information
oneamexbot committed May 26, 2022
1 parent f2d501c commit f9f2493
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/americanexpress/babel-preset-amex/compare/v3.6.1...v4.0.0) (2022-05-26)


### chore

* **eslint-config-amex:** update 15.x ([#45](https://github.com/americanexpress/babel-preset-amex/issues/45)) ([f2d501c](https://github.com/americanexpress/babel-preset-amex/commit/f2d501c3d7ee351c2fb31b670b45138146c48606))


### BREAKING CHANGES

* **eslint-config-amex:** drops support for node 10, 12, and 14

## [3.6.1](https://github.com/americanexpress/babel-preset-amex/compare/v3.6.0...v3.6.1) (2022-04-05)


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": "babel-preset-amex",
"version": "3.6.1",
"version": "4.0.0",
"description": "Standard babel preset for American Express",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f9f2493

Please sign in to comment.