Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](v4.2.0...v4.2.1) (2019-07-02)

### Bug Fixes

* updated SwitchTransition component to be default export and exported from index.js ([#516](#516)) ([cfd0070](cfd0070))
  • Loading branch information
semantic-release-bot committed Jul 2, 2019
1 parent cfd0070 commit 7b590ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.2.1](https://github.com/reactjs/react-transition-group/compare/v4.2.0...v4.2.1) (2019-07-02)


### Bug Fixes

* updated SwitchTransition component to be default export and exported from index.js ([#516](https://github.com/reactjs/react-transition-group/issues/516)) ([cfd0070](https://github.com/reactjs/react-transition-group/commit/cfd0070))

# [4.2.0](https://github.com/reactjs/react-transition-group/compare/v4.1.1...v4.2.0) (2019-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
"version": "4.2.0",
"version": "4.2.1",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 7b590ec

Please sign in to comment.