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

Commit

Permalink
Prepare v0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 19, 2017
1 parent cee2660 commit 436e13a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

## [v0.14.0](https://github.com/AtomLinter/linter-tslint/tree/v0.14.0) (2017-02-23)
## [v0.15.0](https://github.com/AtomLinter/linter-tslint/tree/v0.15.0) (2017-03-19)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.14.0...v0.15.0)

**Implemented enhancements:**

- Update to eslint-config-airbnb-base v11.1.1 [\#147](https://github.com/AtomLinter/linter-tslint/pull/147) ([Arcanemagus](https://github.com/Arcanemagus))
- Whitelist the Greenkeeper branches [\#146](https://github.com/AtomLinter/linter-tslint/pull/146) ([Arcanemagus](https://github.com/Arcanemagus))
- fix\(package\): update tslint to version 4.5.1 [\#145](https://github.com/AtomLinter/linter-tslint/pull/145) ([Arcanemagus](https://github.com/Arcanemagus))

## [v0.14.0](https://github.com/AtomLinter/linter-tslint/tree/v0.14.0) (2017-02-24)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.13.1...v0.14.0)

**Implemented enhancements:**
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": "0.14.0",
"version": "0.15.0",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit 436e13a

Please sign in to comment.