Skip to content

Commit

Permalink
Fix range [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Apr 17, 2024
1 parent d515a0f commit 48b074c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
# Changelog

## 2.0.3
## 2.0.4

- Add explicit `debug` dependency
- Change ESLint peer dependency range to `^8.43 || ^9` to match the changes made to support flat config in 2.0.2
- Change ESLint peer dependency range to `^8.45 || ^9` to match the changes made to support flat config in 2.0.2

## 2.0.2

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@nabla/vite-plugin-eslint",
"description": "Plugs ESLint into Vite dev server",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
"debug": "^4"
},
"peerDependencies": {
"eslint": "^8.43 || ^9",
"eslint": "^8.45 || ^9",
"vite": "^4 || ^5"
},
"devDependencies": {
Expand Down

0 comments on commit 48b074c

Please sign in to comment.