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

Commit

Permalink
Prepare v1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 25, 2017
1 parent 3d5a9af commit bc5ebfb
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0
future-release=v1.8.1
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**Implemented enhancements:**

- Option to use globally-installed tslint [\#189](https://github.com/AtomLinter/linter-tslint/issues/189)

**Fixed bugs:**

- `no-unnecessary-type-assertion` always errors [\#200](https://github.com/AtomLinter/linter-tslint/issues/200)
- Fix invocation of Linter.createProgram\(\) to use full tsconfig path [\#202](https://github.com/AtomLinter/linter-tslint/pull/202) ([smhxx](https://github.com/smhxx))

## [v1.8.0](https://github.com/AtomLinter/linter-tslint/tree/v1.8.0) (2017-09-22)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.7.0...v1.8.0)

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.0",
"version": "1.8.1",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit bc5ebfb

Please sign in to comment.