From 89c34014e901cd280f7075fcbebbf1684c9ac368 Mon Sep 17 00:00:00 2001 From: Steven Hobson-Campbell Date: Fri, 20 Oct 2017 14:30:08 -0700 Subject: [PATCH] 1.9.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 0d3c9808..26501d57 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ unreleased=true -future-release=v1.8.1 +future-release=v1.9.0 exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d536b1..b439bfb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v1.9.0](https://github.com/AtomLinter/linter-tslint/tree/v1.9.0) (2017-10-20) +[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.8.1...v1.9.0) + +**Implemented enhancements:** + +- Update tslint to version 5.8.0 🚀 [\#209](https://github.com/AtomLinter/linter-tslint/pull/209) +- Update typescript to version 2.5.3 🚀 [\#204](https://github.com/AtomLinter/linter-tslint/pull/204) + +**Fixed bugs:** + +- Error running TSLint Error: Cannot read property 'findConfigurationPath' of undefined [\#206](https://github.com/AtomLinter/linter-tslint/issues/206) +- Bugfix: Check that tslint was found in global node_modules before use [\#207](https://github.com/AtomLinter/linter-tslint/pull/207) ([smhxx](https://github.com/smhxx)) + ## [v1.8.1](https://github.com/AtomLinter/linter-tslint/tree/v1.8.1) (2017-09-25) [Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.8.0...v1.8.1) diff --git a/package.json b/package.json index 39aa0ace..2b26d99f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-tslint", "main": "./lib/main.js", - "version": "1.8.1", + "version": "1.9.0", "description": "Linter plugin for Typescript, using tslint", "repository": { "type": "git",