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.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Feb 28, 2017
1 parent 259a97a commit 89f823d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v1.1.0] - 2017-02-28
### Changed
- Removed `no-magic-numbers` rule from `tslint-base.json`
- Removed `object-literal-sort-keys` rule from `tslint-base.json`
- Changed `max-file-line-count` rule from `500` to `600` lines

## [v1.0.1] - 2017-02-06
### Fixed
- Set correct type name for Bluebird promise (`Bluebird`) for `no-floating-promises` rule.
Expand All @@ -11,6 +17,7 @@ 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.0.1...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.0...HEAD
[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.0.1",
"version": "1.1.0",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 89f823d

Please sign in to comment.