Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 12, 2019
1 parent 0d61a9f commit 42fe202
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

<a name="3.0.0"></a>
# [3.0.0](https://github.com/reactjs/react-tabs/compare/v2.3.0...v3.0.0) (2019-01-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 42fe202

Please sign in to comment.