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

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 committed Jul 10, 2017
1 parent a309310 commit 30d5de2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Change Log

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

**Implemented enhancements:**

- Update tslint to the latest version πŸš€ [\#185](https://github.com/AtomLinter/linter-tslint/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to the latest version πŸš€ [\#183](https://github.com/AtomLinter/linter-tslint/pull/183) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Closed issues:**

- Severe performance issues [\#179](https://github.com/AtomLinter/linter-tslint/issues/179)

## [v1.6.0](https://github.com/AtomLinter/linter-tslint/tree/v1.6.0) (2017-06-06)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.5.0...v1.6.0)

**Implemented enhancements:**

- Update tslint to the latest version πŸš€ [\#178](https://github.com/AtomLinter/linter-tslint/pull/178) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to the latest version πŸš€ [\#176](https://github.com/AtomLinter/linter-tslint/pull/176) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to the latest version πŸš€ [\#175](https://github.com/AtomLinter/linter-tslint/pull/175) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.4.3 πŸš€ [\#178](https://github.com/AtomLinter/linter-tslint/pull/178) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.4.1 πŸš€ [\#176](https://github.com/AtomLinter/linter-tslint/pull/176) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.3.4 πŸš€ [\#175](https://github.com/AtomLinter/linter-tslint/pull/175) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- fix\(package\): update tslint to version 5.3.2 [\#173](https://github.com/AtomLinter/linter-tslint/pull/173) ([Xapphire13](https://github.com/Xapphire13))

## [v1.5.0](https://github.com/AtomLinter/linter-tslint/tree/v1.5.0) (2017-05-23)
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.6.0",
"version": "1.7.0",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit 30d5de2

Please sign in to comment.