diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc728c..233a8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/package.json b/package.json index 01bc9f7..4680f0d 100644 --- a/package.json +++ b/package.json @@ -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": {