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

Commit

Permalink
Prepare v0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 10, 2016
1 parent a155977 commit 76decde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v0.11.1](https://github.com/AtomLinter/linter-tslint/tree/v0.11.1) (2016-08-10)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.11.0...v0.11.1)

**Implemented enhancements:**

- Update atom-package-deps to version 4.1.0 🚀 [\#107](https://github.com/AtomLinter/linter-tslint/pull/107) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

**Fixed bugs:**

- error finding tslint when installed globally [\#102](https://github.com/AtomLinter/linter-tslint/issues/102)
- Use `loophole` package to to fix \#104 [\#106](https://github.com/AtomLinter/linter-tslint/pull/106) ([guncha](https://github.com/guncha))

## [v0.11.0](https://github.com/AtomLinter/linter-tslint/tree/v0.11.0) (2016-08-01)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.10.0...v0.11.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-tslint",
"main": "./lib/init.coffee",
"linter-package": true,
"version": "0.11.0",
"version": "0.11.1",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit 76decde

Please sign in to comment.