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

Commit

Permalink
Release v2.5.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Aug 11, 2015
1 parent 86db564 commit 0337721
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.2
---
* Upgrade TypeScript compiler to v1.6.0-dev.20150811
* [bug] fix `whitespace` false positive in JSX elements (#559)

v2.5.0-dev.1
---
* Upgrade TypeScript compiler to v1.6.0-dev.20150805
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.1",
"version": "2.5.0-dev.2",
"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 @@ -37,7 +37,7 @@ module Lint {
private source: string;
private options: ILinterOptions;

public static VERSION = "2.5.0-dev.1";
public static VERSION = "2.5.0-dev.2";

constructor(fileName: string, source: string, options: ILinterOptions) {
this.fileName = fileName;
Expand Down

0 comments on commit 0337721

Please sign in to comment.