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

Commit

Permalink
[docs] v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Lopez committed May 8, 2018
1 parent ce27d46 commit 716f3d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [Unreleased]

## [v5.2.0] - May 08, 2018
### Rules
- `ter-no-proto`
- `ter-no-script-url`
- `ter-no-self-compare`

### Fixes
- `ter-newline-after-var` - issue 302


## [v5.1.0] - Feb 24, 2018
### Rules
- `ter-padded-blocks`
Expand Down Expand Up @@ -325,6 +337,8 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
- Added and made lots of improvements in README.md


[Unreleased]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.2.0...HEAD
[v5.2.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.1.0...v5.2.0
[v5.1.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.0.0...v5.1.0
[v5.0.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.1...v5.0.0
[v4.1.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.0...v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-eslint-rules",
"version": "5.1.0",
"version": "5.2.0",
"description": "Improve your TSLint with the missing ESLint Rules",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 716f3d6

Please sign in to comment.