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

Commit

Permalink
Prepare Release v3.10.0-dev.3 (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored and adidahiya committed May 28, 2016
1 parent c781f2d commit 92d122f
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.10.0-dev.3
---
* [bugfix] `no-null-keyword` rule allows the use of `null` in type positions (#1265)

v3.10.0-dev.2
---
* [bugfix] `member-ordering` rule doesn't crash on methods in class expressions (#1252)
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-dev.2",
"version": "3.10.0-dev.3",
"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-dev.2";
public static VERSION = "3.10.0-dev.3";

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

0 comments on commit 92d122f

Please sign in to comment.