Skip to content

Commit

Permalink
Merge pull request palantir#866 from palantir/v3.2.0-dev.2
Browse files Browse the repository at this point in the history
Prepare release 3.2.0-dev.2
  • Loading branch information
adidahiya committed Dec 10, 2015
2 parents a55bbe5 + 5d424ed commit 482ada0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===

v3.2.0-dev.2
---
* [bugfix] formatters are now exported correctly to work with TS 1.8 (#863)

v3.2.0-dev.1
---
* [bugfix] fixed bug in how custom rules directories are registered (#844)
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": "3.2.0-dev.1",
"version": "3.2.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 @@ -25,7 +25,7 @@ import {ILinterOptions, LintResult} from "./lint";
import {loadRules} from "./ruleLoader";

class Linter {
public static VERSION = "3.2.0-dev.1";
public static VERSION = "3.2.0-dev.2";
public static findConfiguration = config;

private fileName: string;
Expand Down

0 comments on commit 482ada0

Please sign in to comment.