diff --git a/CHANGELOG.md b/CHANGELOG.md index 055f7719..4f6a3a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://github.com/reactjs/react-transition-group/compare/v2.4.0...v2.5.0) (2018-09-26) + + +### Features + +* update build and package dependencies ([#413](https://github.com/reactjs/react-transition-group/issues/413)) ([af3d45a](https://github.com/reactjs/react-transition-group/commit/af3d45a)) + # [2.4.0](https://github.com/reactjs/react-transition-group/compare/v2.3.1...v2.4.0) (2018-06-27) diff --git a/package.json b/package.json index 064be2e1..a576499c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-transition-group", - "version": "2.4.0", + "version": "2.5.0", "description": "A react component toolset for managing animations", "main": "lib/index.js", "scripts": {