Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 committed Oct 20, 2017
1 parent 5442fd0 commit 89c3401
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 89c3401

Please sign in to comment.