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.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 22, 2017
1 parent 3872503 commit f57cde2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.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)

**Implemented enhancements:**

- Implement feature request \#189 \(Option to use global tslint instance\) [\#196](https://github.com/AtomLinter/linter-tslint/pull/196) ([smhxx](https://github.com/smhxx))
- Update eslint-config-airbnb-base to version 12.0.0 πŸš€ [\#195](https://github.com/AtomLinter/linter-tslint/pull/195) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.5.2 πŸš€ [\#194](https://github.com/AtomLinter/linter-tslint/pull/194) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.7.0 πŸš€ [\#191](https://github.com/AtomLinter/linter-tslint/pull/191) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.6.0 πŸš€ [\#188](https://github.com/AtomLinter/linter-tslint/pull/188) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.4.2 πŸš€ [\#186](https://github.com/AtomLinter/linter-tslint/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update eslint to version 4.3.0 πŸš€ [\#182](https://github.com/AtomLinter/linter-tslint/pull/182) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.7.0](https://github.com/AtomLinter/linter-tslint/tree/v1.7.0) (2017-07-10)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.6.0...v1.7.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.7.0",
"version": "1.8.0",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit f57cde2

Please sign in to comment.