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

Commit

Permalink
[docs] v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Lopez committed Aug 15, 2018
1 parent 64c6789 commit fed772a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [v5.4.0] - August 14, 2018
*Rules*
- `ter-padded-blocks`

*Updates*
- `object-curly-spacing`: supports `arraysInObjects/objectsInObjects` options.
- Support for typescript 3.0


## [v5.3.1] - May 15, 2018
#### Features
Expand Down Expand Up @@ -351,7 +359,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.3.1...HEAD
[Unreleased]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.4.0...HEAD
[v5.4.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.3.1...v5.4.0
[v5.3.1]: https://github.com/buzinas/tslint-eslint-rules/compare/v5.2.0...v5.3.1
[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
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.3.1",
"version": "5.4.0",
"description": "Improve your TSLint with the missing ESLint Rules",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fed772a

Please sign in to comment.