diff --git a/CHANGELOG.md b/CHANGELOG.md index f255ea1a..884f562c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [2.3.1](https://github.com/reactjs/react-transition-group/compare/v2.3.0...v2.3.1) (2018-04-14) + + +### Bug Fixes + +* **deps:** Move loose-envify and semantic-release to devDependencies ([#319](https://github.com/reactjs/react-transition-group/issues/319)) ([b4ec774](https://github.com/reactjs/react-transition-group/commit/b4ec774)) + ## [v2.3.0] > 2018-03-28 diff --git a/package.json b/package.json index de857cc2..af0001de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-transition-group", - "version": "2.3.0", + "version": "2.3.1", "description": "A react component toolset for managing animations", "main": "lib/index.js", "scripts": {