File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
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 2
2
3
3
This handcrafted artisinal software is brought to you by:
4
4
5
- | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/261635?v=4 " ><br ><a href =" https://github.com/msimerson " >msimerson</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=msimerson " >36 </a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/662371?v=4 " ><br ><a href =" https://github.com/baudehlo " >baudehlo</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=baudehlo " >2</a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/4670561?v=4 " ><br ><a href =" https://github.com/ztipnis " >ztipnis</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=ztipnis " >1</a >) |
5
+ | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/261635?v=4 " ><br ><a href =" https://github.com/msimerson " >msimerson</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=msimerson " >37 </a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/662371?v=4 " ><br ><a href =" https://github.com/baudehlo " >baudehlo</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=baudehlo " >2</a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/4670561?v=4 " ><br ><a href =" https://github.com/ztipnis " >ztipnis</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=ztipnis " >1</a >) |
6
6
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
7
7
8
8
<sub >this file is generated by [ .release] ( https://github.com/msimerson/.release ) .
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