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

Commit 716f3d6

Browse files
author
Manuel Lopez
committed
[docs] v5.2.0
1 parent ce27d46 commit 716f3d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
## [v5.2.0] - May 08, 2018
6+
### Rules
7+
- `ter-no-proto`
8+
- `ter-no-script-url`
9+
- `ter-no-self-compare`
10+
11+
### Fixes
12+
- `ter-newline-after-var` - issue 302
13+
14+
315
## [v5.1.0] - Feb 24, 2018
416
### Rules
517
- `ter-padded-blocks`
@@ -325,6 +337,8 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
325337
- Added and made lots of improvements in README.md
326338

327339

340+
[Unreleased]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.2.0...HEAD
341+
[v5.2.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.1.0...v5.2.0
328342
[v5.1.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.0.0...v5.1.0
329343
[v5.0.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.1...v5.0.0
330344
[v4.1.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.0...v4.1.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": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Improve your TSLint with the missing ESLint Rules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)