Skip to content

Commit

Permalink
Prepare Release v3.13.0 (palantir#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Jul 1, 2016
1 parent b3a66b1 commit 8cc9133
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change Log
===

v3.13.0
---
* Stable release containing changes from the last dev release (v3.13.0-dev.0)

v3.13.0-dev.0
---
* [new-rule] `ordered-imports` rule (#1325)
* [enhancement] MPEG transport stream files are ignored by the CLI (#1357)

Thanks to our contributors!
* @chrismbarr
* @corydeppen
* @danvk
* @janaagaard75
* @mprobst

v3.12.1
---
* Stable release containing changes from the last dev release (v3.12.0-dev.1)
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.12.1",
"version": "3.13.0",
"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.12.1";
public static VERSION = "3.13.0";

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

0 comments on commit 8cc9133

Please sign in to comment.