Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Prepare release v2.5.0-dev.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Killian committed Aug 28, 2015
1 parent aed0660 commit 14374da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===

v2.5.0-dev.5
---
* Upgrade TypeScript compiler to v1.7.0-dev.20150828
* [bugfix] Handle .tsx files appropriately (#597, #558)

v2.5.0-dev.4
---
* Upgrade TypeScript compiler to v1.6.0-dev.20150825
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint",
"version": "2.5.0-dev.4",
"version": "2.5.0-dev.5",
"description": "a static analysis linter for TypeScript",
"bin": {
"tslint": "./bin/tslint"
Expand Down
2 changes: 1 addition & 1 deletion src/tslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Lint {
}

export class Linter {
public static VERSION = "2.5.0-dev.4";
public static VERSION = "2.5.0-dev.5";

private fileName: string;
private source: string;
Expand Down

0 comments on commit 14374da

Please sign in to comment.