Skip to content

Commit 601a041

Browse files
committed
deps(peer): don't pin versions
1 parent 827e90c commit 601a041

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
### [2.0.1] - 2025-01-07
8+
9+
- deps(peer): don't pin versions
10+
711
### [2.0.0] - 2025-01-07
812

913
- BREAKING: depend on eslint 9
@@ -121,3 +125,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
121125
[1.1.4]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.4
122126
[1.1.5]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.5
123127
[2.0.0]: https://github.com/haraka/haraka-eslint/releases/tag/v2.0.0
128+
[2.0.1]: https://github.com/haraka/haraka-eslint/releases/tag/v2.0.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haraka/eslint-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "eslint config for Haraka projects",
55
"keywords": [
66
"haraka",
@@ -37,8 +37,8 @@
3737
"homepage": "https://github.com/haraka/haraka-eslint#readme",
3838
"devDependencies": {},
3939
"peerDependencies": {
40-
"eslint": "^9.x",
41-
"@eslint/js": "^10.0.0",
42-
"@eslint/eslintrc": "3.2.0"
40+
"eslint": "9.x",
41+
"@eslint/js": "9.x",
42+
"@eslint/eslintrc": "3.x"
4343
}
4444
}

0 commit comments

Comments
 (0)