From dbcecd863cdbcf0fbb76033502fca479f7fca695 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Fri, 16 Dec 2016 11:06:38 -0500 Subject: [PATCH] Prepare release v2.2.0 (#52) --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e86e7..136e8e5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Sample configuration where `tslint.json` lives adjacent to your `node_modules` f - `jsx-curly-spacing` (since v1.1.0) - Requires _or_ bans spaces between curly brace characters in JSX. - Rule options: `["always", "never"]` + - _Includes automatic code fix_ - `jsx-no-lambda` - Creating new anonymous functions (with either the `function` syntax or ES2015 arrow syntax) inside the `render` call stack works against _pure component rendering_. When doing an equality check between two lambdas, React will always consider them unequal values and force the component to re-render more often than necessary. - Rule options: _none_ diff --git a/package.json b/package.json index d308701..7a301cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-react", - "version": "2.1.1", + "version": "2.2.0", "description": "Lint rules related to React & JSX for TSLint", "main": "tslint-react.json", "repository": {