diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b54c7..823a724 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 1ccb965..4f8a021 100644 --- a/package.json +++ b/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": {