Skip to content

Commit

Permalink
- add env.es2022=true
Browse files Browse the repository at this point in the history
- remove env.es2023, not supported by all eslint 8 versions
  • Loading branch information
msimerson committed Apr 23, 2024
1 parent c35f05e commit ea3ae7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.1.5] - 2024-04-22

- add env.es2022=true
- remove env.es2023, not supported by all eslint 8 versions

### [1.1.4] - 2024-04-22

- doc(CONTRIBUTORS): added
Expand Down Expand Up @@ -107,3 +112,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.1.1]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.1
[1.1.3]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.3
[1.1.4]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.4
[1.1.5]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haraka/eslint-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "eslint config for Haraka projects",
"keywords": [
"haraka",
Expand Down

0 comments on commit ea3ae7a

Please sign in to comment.