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

Commit f61c512

Browse files
author
Manuel Lopez
committed
[docs] v4.0.0
1 parent 0d21d41 commit f61c512

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v4.0.0] - April 4, 2017
4+
### Upgraded to [TSLint 5.0](https://github.com/palantir/tslint/releases/tag/5.0.0)
5+
6+
37
## [v3.5.1] - 2017/03/17 23:00 GMT-0600
48
#### Fixes
59
- sort-imports bug in simple type imports ([3d57149])
@@ -274,6 +278,7 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
274278
- Added and made lots of improvements in README.md
275279

276280

281+
[v4.0.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.1...v4.0.0
277282
[v3.5.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.5.0...v3.5.1
278283
[v3.5.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.4.0...v3.5.0
279284
[v3.4.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.3.0...v3.4.0

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": "3.5.1",
3+
"version": "4.0.0",
44
"description": "Improve your TSLint with the missing ESLint Rules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)