diff --git a/README.md b/README.md index fa42cd7..c33845c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 7c87780..1395f70 100644 --- a/package.json +++ b/package.json @@ -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": {