Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Release v1.1.1.
Browse files Browse the repository at this point in the history
nwronski committed Mar 17, 2017
1 parent 83a23c5 commit 1bdb9f5
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v1.1.1] - 2017-03-17
### Fixed
- Support for codelyzer 3.x for `tslint-ng2.json`

## [v1.1.0] - 2017-02-28
### Changed
- Removed `no-magic-numbers` rule from `tslint-base.json`
@@ -17,7 +21,8 @@ All notable changes to this project will be documented in this file.
### Added
- Created initial versions of `tslint-base.json` and `tslint-ng2.json`.

[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.0...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.1...HEAD
[v1.1.1]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/codeschool/cs-tslint-rules/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/codeschool/cs-tslint-rules/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/codeschool/cs-tslint-rules/tree/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs-tslint-rules",
"version": "1.1.0",
"version": "1.1.1",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [

0 comments on commit 1bdb9f5

Please sign in to comment.