Skip to content

Commit

Permalink
Version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 21, 2024
1 parent c4b6b42 commit 0fa2bda
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- 20
- 21
- 22
- 23
os:
- ubuntu-latest
- windows-latest
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [9.1.0][] - 2024-10-21

- Added more global idenifiers for node and browser environment
- Add node.js 23 to CI

## [9.0.7][] - 2024-09-12

- Merge rules from all style guides
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
| 8.0.x | :x: |
| 8.1.x | :x: |
| 8.2.x | :white_check_mark: |
| 9.0.x | :white_check_mark: |
| 9.0.x | :x: |
| 9.1.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-metarhia",
"version": "9.0.7",
"version": "9.1.0",
"author": "Alexey Orlenko <eaglexrlnk@gmail.com>",
"license": "MIT",
"description": "ESLint config for Metarhia projects",
Expand All @@ -18,7 +18,7 @@
"rules/"
],
"engines": {
"node": "18 || 20 || 21 || 22"
"node": "18 || 20 || 21 || 22 || 23"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fa2bda

Please sign in to comment.