Skip to content

Commit

Permalink
Release 53.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 9, 2024
1 parent 206579a commit 1f0a475
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 53.1.0
* Fixed ESLint 9 support.
* Removed `promise/no-multiple-resolved` rule to fix ESLint 9 support.

## 53.0.1
* Reduce dependencies by using `node:` protocol rule from `eslint-plugin-n`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logux/eslint-config",
"version": "53.0.1",
"version": "53.1.0",
"description": "An ESLint shareable config for Logux",
"keywords": [
"logux",
Expand Down

0 comments on commit 1f0a475

Please sign in to comment.