From 53156df94f7e8b880e04692d25da3526c676ada5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Sep 2018 17:37:55 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {