Skip to content

Commit

Permalink
Prepare release 3.4.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 11, 2018
1 parent 9cb1347 commit 6ab778b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The built-in configuration preset you get with `"extends": "tslint-react"` is se
size={size}
/>
```
- `jsx-ban-elements` (since v3.3.4)
- `jsx-ban-elements` (since v3.4.0)
- Allows blacklisting of JSX elements with an optional explanatory message in the reported failure.
- `jsx-ban-props` (since v2.3.0)
- Allows blacklisting of props in JSX with an optional explanatory message in the reported failure.
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-react",
"version": "3.3.3",
"version": "3.4.0",
"description": "Lint rules related to React & JSX for TSLint",
"main": "tslint-react.json",
"scripts": {
Expand Down

0 comments on commit 6ab778b

Please sign in to comment.