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

Commit

Permalink
Release v3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Apr 20, 2017
1 parent 79ee880 commit 395a1b8
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,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v3.0.1] - 2017-04-20
### Fixed
- Update `README.md` with instructions for including the new `vrsource-tslint-rules` in a project

## [v3.0.0] - 2017-04-20
### Added
- New dependency on rules from `vrsource-tslint-rules`
Expand Down Expand Up @@ -34,7 +38,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/v3.0.0...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.1...HEAD
[v3.0.1]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v2.0.0...v3.0.0
[v2.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.1...v2.0.0
[v1.1.1]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.0...v1.1.1
Expand Down
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": "3.0.0",
"version": "3.0.1",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 395a1b8

Please sign in to comment.