Skip to content

Commit 6ab778b

Browse files
authored
Prepare release 3.4.0 (#138)
1 parent 9cb1347 commit 6ab778b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The built-in configuration preset you get with `"extends": "tslint-react"` is se
5252
size={size}
5353
/>
5454
```
55-
- `jsx-ban-elements` (since v3.3.4)
55+
- `jsx-ban-elements` (since v3.4.0)
5656
- Allows blacklisting of JSX elements with an optional explanatory message in the reported failure.
5757
- `jsx-ban-props` (since v2.3.0)
5858
- Allows blacklisting of props in JSX with an optional explanatory message in the reported failure.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-react",
3-
"version": "3.3.3",
3+
"version": "3.4.0",
44
"description": "Lint rules related to React & JSX for TSLint",
55
"main": "tslint-react.json",
66
"scripts": {

0 commit comments

Comments
 (0)