From 3af89eb94f269b0d8b48b394b6fd4b3e8abc3bee Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 9 Jan 2018 14:02:11 +0100 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d1eaa64b..5f643ab2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.2.0](https://github.com/reactjs/react-tabs/compare/v2.1.1...v2.2.0) (2018-01-09) + + +### Features + +* **tabs:** verify click tabNode using *[role=tab] ([#220](https://github.com/reactjs/react-tabs/issues/220)) ([5bd6bfe](https://github.com/reactjs/react-tabs/commit/5bd6bfe)) + + + ## [2.1.1](https://github.com/reactjs/react-tabs/compare/v2.1.0...v2.1.1) (2017-11-17) diff --git a/package.json b/package.json index 40d86a87d6..08729128aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "2.1.1", + "version": "2.2.0", "description": "An accessible and easy tab component for ReactJS", "main": "lib/index.js", "module": "esm/index.js",