From 6ab778ba86ae1647909c9005d59cbac7fd2c5858 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Thu, 11 Jan 2018 14:45:52 -0500 Subject: [PATCH] Prepare release 3.4.0 (#138) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {