File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
4
4
5
5
### Unreleased
6
6
7
+ ### [ 2.0.1] - 2025-01-07
8
+
9
+ - deps(peer): don't pin versions
10
+
7
11
### [ 2.0.0] - 2025-01-07
8
12
9
13
- BREAKING: depend on eslint 9
@@ -121,3 +125,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
121
125
[ 1.1.4 ] : https://github.com/haraka/haraka-eslint/releases/tag/v1.1.4
122
126
[ 1.1.5 ] : https://github.com/haraka/haraka-eslint/releases/tag/v1.1.5
123
127
[ 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @haraka/eslint-config" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " eslint config for Haraka projects" ,
5
5
"keywords" : [
6
6
" haraka" ,
37
37
"homepage" : " https://github.com/haraka/haraka-eslint#readme" ,
38
38
"devDependencies" : {},
39
39
"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 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments