diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f10fe28..03a21d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.1](https://github.com/reactjs/react-transition-group/compare/v2.7.0...v2.7.1) (2019-03-25) + + +### Bug Fixes + +* trigger release ([2524b86](https://github.com/reactjs/react-transition-group/commit/2524b86)) + # [2.7.0](https://github.com/reactjs/react-transition-group/compare/v2.6.1...v2.7.0) (2019-03-22) diff --git a/package.json b/package.json index 5ca0989f..709bda32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-transition-group", - "version": "2.7.0", + "version": "2.7.1", "description": "A react component toolset for managing animations", "main": "lib/index.js", "scripts": {