This repository was archived by the owner on Feb 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v4.1.1] - May 26, 2017
4
+ #### Fixes
5
+ - valid-jsdoc reported missing return with abstract methods ([ 3bd2dafb] )
6
+
7
+ [ 3bd2dafb ] : https://github.com/buzinas/tslint-eslint-rules/commit/3bd2dafb22174d2912f1a9b73ca917abe52107fc
8
+
9
+
3
10
## [ v4.1.0] - May 21, 2017
4
11
#### Fixes
5
12
- valid-jsdoc reported at wrong location ([ 82a3ca75] )
@@ -297,6 +304,7 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
297
304
- Added and made lots of improvements in README.md
298
305
299
306
307
+ [ v4.1.1 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.0...v4.1.1
300
308
[ v4.1.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v4.0.0...v4.1.0
301
309
[ v4.0.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.1...v4.0.0
302
310
[ v3.5.1 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.0...v3.5.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tslint-eslint-rules" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " Improve your TSLint with the missing ESLint Rules" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments