From 395a1b8fe8fd99707f63d5726d5706b17a1bd36f Mon Sep 17 00:00:00 2001 From: Nick Wronski Date: Thu, 20 Apr 2017 14:48:02 -0400 Subject: [PATCH] Release v3.0.1. --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fada7c..3772cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/package.json b/package.json index b511c3e..bc0a790 100644 --- a/package.json +++ b/package.json @@ -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": [