From aa8d78dbdb91fdf778d85ea775519e45360cc264 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 9 Jan 2018 15:42:57 +0100 Subject: [PATCH] chore(release): 2.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f643ab2c1..f7d8f97d14 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.1](https://github.com/reactjs/react-tabs/compare/v2.2.0...v2.2.1) (2018-01-09) + + +### Bug Fixes + +* **tabs:** click wrapper container bubbles up to document causing getAttribute() to throw ([#221](https://github.com/reactjs/react-tabs/issues/221)) ([96b163b](https://github.com/reactjs/react-tabs/commit/96b163b)) + + + # [2.2.0](https://github.com/reactjs/react-tabs/compare/v2.1.1...v2.2.0) (2018-01-09) diff --git a/package.json b/package.json index 08729128aa..d2216bae7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "2.2.0", + "version": "2.2.1", "description": "An accessible and easy tab component for ReactJS", "main": "lib/index.js", "module": "esm/index.js",