Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 0f8c708

Browse files
author
Manuel Lopez
committed
[docs] v4.1.1
1 parent 5fdf4ae commit 0f8c708

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## [v4.1.0] - May 21, 2017
411
#### Fixes
512
- valid-jsdoc reported at wrong location ([82a3ca75])
@@ -297,6 +304,7 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
297304
- Added and made lots of improvements in README.md
298305

299306

307+
[v4.1.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.0...v4.1.1
300308
[v4.1.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.0.0...v4.1.0
301309
[v4.0.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.1...v4.0.0
302310
[v3.5.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.0...v3.5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-eslint-rules",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Improve your TSLint with the missing ESLint Rules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)