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

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Feb 6, 2017
1 parent c6459b6 commit 097356e
Show file tree
Hide file tree
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
Expand Up @@ -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
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.0",
"version": "1.0.1",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 097356e

Please sign in to comment.