Skip to content

Commit

Permalink
Prepare release v3.10.1 (palantir#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian committed May 11, 2016
1 parent 0befd85 commit a27e6b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
===

v3.10.1
---
* Stable release containing changes from the last dev release (v3.10.0-dev.1)

v3.10.0-dev.1
---
* [bugfix] `member-ordering` rule doesn't crash on methods in object literals (#1243)

v3.10.0
---
* Stable release containing changes from the last dev release (v3.10.0-dev.0)
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.10.0",
"version": "3.10.1",
"description": "An extensible static analysis linter for the TypeScript language",
"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 @@ import {loadRules} from "./ruleLoader";
import {arrayify} from "./utils";

class Linter {
public static VERSION = "3.10.0";
public static VERSION = "3.10.1";

public static findConfiguration = findConfiguration;
public static findConfigurationPath = findConfigurationPath;
Expand Down

0 comments on commit a27e6b4

Please sign in to comment.