From 097356ed54faf763a30d6cbca7928b7f41c41101 Mon Sep 17 00:00:00 2001 From: Nick Wronski Date: Mon, 6 Feb 2017 00:57:38 -0500 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6b93f..461bf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] +## [v1.0.1] - 2017-02-06 +### Fixed +- Set correct type name for Bluebird promise (`Bluebird`) for `no-floating-promises` rule. + ## [v1.0.0] - 2017-02-05 ### Added - Created initial versions of `tslint-base.json` and `tslint-ng2.json`. -[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v1.0.0...HEAD +[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v1.0.1...HEAD +[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 5258c9e..686b597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cs-tslint-rules", - "version": "1.0.0", + "version": "1.0.1", "description": "The TSLint rules for Code School's TypeScript conventions.", "main": "tslint-base.json", "keywords": [