From f12e3b5b7581566de89aac3bd00b138c5d75ce7c Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Wed, 18 Apr 2018 16:21:00 +0200 Subject: [PATCH] chore(release): 2.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d8f97d14..0568b7d95c 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.2](https://github.com/reactjs/react-tabs/compare/v2.2.1...v2.2.2) (2018-04-18) + + +### Bug Fixes + +* **publish:** Added src folder to package ([#232](https://github.com/reactjs/react-tabs/issues/232)) ([a4cc6d0](https://github.com/reactjs/react-tabs/commit/a4cc6d0)) + + + ## [2.2.1](https://github.com/reactjs/react-tabs/compare/v2.2.0...v2.2.1) (2018-01-09) diff --git a/package.json b/package.json index e68343b04d..157974aa09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "2.2.1", + "version": "2.2.2", "description": "An accessible and easy tab component for ReactJS", "main": "lib/index.js", "module": "esm/index.js",