Skip to content

Commit

Permalink
Update to 6.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abierbaum committed Nov 27, 2018
1 parent e08f208 commit ba27d37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Flags locations where code calls "new Object()", "new Array()", "new Function()"
```

# Changelog
* 6.0.0
* Breaking change: older checks removed in 5.8.0
did not get fully removed. Now they are.
Note: 5.8.2 and 5.8.3 also suffer from this breaking change.
* 5.8.3
* Bump release
* 5.8.2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrsource-tslint-rules",
"version": "5.8.3",
"version": "6.0.0",
"description": "Extension rules for tslint",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,4 +39,4 @@
"test": "npm run lint && npm run build && npm run test:once",
"watch": "chokidar 'rules/*.ts' 'test/**/*' -c 'npm run test'"
}
}
}
2 changes: 1 addition & 1 deletion rules/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba27d37

Please sign in to comment.