Skip to content

Commit 42fe202

Browse files
committed
chore(release): 3.1.0
1 parent 0d61a9f commit 42fe202

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [3.1.0](https://github.com/reactjs/react-tabs/compare/v3.0.0...v3.1.0) (2019-12-12)
6+
7+
8+
### Features
9+
10+
* Right to left support ([#311](https://github.com/reactjs/react-tabs/issues/311)) ([f789bbf](https://github.com/reactjs/react-tabs/commit/f789bbfb73b9f7b3a5c44b4fd43ca0bd1187e474))
11+
512
<a name="3.0.0"></a>
613
# [3.0.0](https://github.com/reactjs/react-tabs/compare/v2.3.0...v3.0.0) (2019-01-04)
714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tabs",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "An accessible and easy tab component for ReactJS",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)