diff --git a/CHANGELOG.md b/CHANGELOG.md index 461bf1b..824c44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 686b597..e42ff36 100644 --- a/package.json +++ b/package.json @@ -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": [