From 42fe202ceb724193e6d35c1a382bc7a2249c51f2 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 12 Dec 2019 23:39:16 +0100 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5b5cdc27..c3c2190b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog 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. +## [3.1.0](https://github.com/reactjs/react-tabs/compare/v3.0.0...v3.1.0) (2019-12-12) + + +### Features + +* Right to left support ([#311](https://github.com/reactjs/react-tabs/issues/311)) ([f789bbf](https://github.com/reactjs/react-tabs/commit/f789bbfb73b9f7b3a5c44b4fd43ca0bd1187e474)) + # [3.0.0](https://github.com/reactjs/react-tabs/compare/v2.3.0...v3.0.0) (2019-01-04) diff --git a/package.json b/package.json index a70138b524..3bf9e1d2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "3.0.0", + "version": "3.1.0", "description": "An accessible and easy tab component for ReactJS", "main": "lib/index.js", "module": "esm/index.js",