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

Commit

Permalink
Merge pull request #933 from palantir/v3.3.0-dev.1
Browse files Browse the repository at this point in the history
Prepare release v3.3.0-dev.1
  • Loading branch information
adidahiya committed Jan 22, 2016
2 parents e3f35d8 + 1c6d3b7 commit dc3ee5b
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.3.0-dev.1
---
* [bugfix] Correctly handle more than one custom rules directory (#928)

v3.2.2
---
* Stable release containing changes from the last dev release
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.2-dev.1",
"version": "3.3.0-dev.1",
"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.2-dev.1";
public static VERSION = "3.3.0-dev.1";
public static findConfiguration = config;

private fileName: string;
Expand Down

0 comments on commit dc3ee5b

Please sign in to comment.