Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.3...v2.6.0) (2019-02-26)

### Features

* add appear timeout ([#462](#462)) ([52cdc34](52cdc34))
  • Loading branch information
semantic-release-bot committed Feb 26, 2019
1 parent 52cdc34 commit 7e6785b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [2.6.0](https://github.com/reactjs/react-transition-group/compare/v2.5.3...v2.6.0) (2019-02-26)


### Features

* add appear timeout ([#462](https://github.com/reactjs/react-transition-group/issues/462)) ([52cdc34](https://github.com/reactjs/react-transition-group/commit/52cdc34))

## [2.5.3](https://github.com/reactjs/react-transition-group/compare/v2.5.2...v2.5.3) (2019-01-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
"version": "2.5.3",
"version": "2.6.0",
"description": "A react component toolset for managing animations",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 7e6785b

Please sign in to comment.