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.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 1, 2016
1 parent 3f80fd9 commit 638bd6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

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

**Implemented enhancements:**

- Could not find the following rules specified in the configuration [\#94](https://github.com/AtomLinter/linter-tslint/issues/94)
- Update tslint to version 3.14.0 πŸš€ [\#105](https://github.com/AtomLinter/linter-tslint/pull/105) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update tslint to version 3.13.0 πŸš€ [\#101](https://github.com/AtomLinter/linter-tslint/pull/101) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update tslint to version 3.12.1 πŸš€ [\#100](https://github.com/AtomLinter/linter-tslint/pull/100) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update tslint to version 3.11.0 πŸš€ [\#96](https://github.com/AtomLinter/linter-tslint/pull/96) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v0.10.0](https://github.com/AtomLinter/linter-tslint/tree/v0.10.0) (2016-05-27)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.9.3...v0.10.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.10.0",
"version": "0.11.0",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit 638bd6d

Please sign in to comment.