diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd2f5df..f6b54c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.3](https://github.com/reactjs/react-transition-group/compare/v2.5.2...v2.5.3) (2019-01-14) + + +### Bug Fixes + +* strip custom prop-types in production ([#448](https://github.com/reactjs/react-transition-group/issues/448)) ([46fa20f](https://github.com/reactjs/react-transition-group/commit/46fa20f)) + ## [2.5.2](https://github.com/reactjs/react-transition-group/compare/v2.5.1...v2.5.2) (2018-12-20) diff --git a/package.json b/package.json index eebdb5ed..23dee7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-transition-group", - "version": "2.5.2", + "version": "2.5.3", "description": "A react component toolset for managing animations", "main": "lib/index.js", "scripts": {