Skip to content

Commit

Permalink
chore(release): 4.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.1](reactjs/react-transition-group@v4.4.0...v4.4.1) (2020-05-06)

### Bug Fixes

* transition SSR ([#619](reactjs/react-transition-group#619)) ([2722bb6](reactjs/react-transition-group@2722bb6))
  • Loading branch information
patrickm68 committed May 6, 2020
1 parent cd6ddf7 commit a11f5ba
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.4.1](https://github.com/reactjs/react-transition-group/compare/v4.4.0...v4.4.1) (2020-05-06)


### Bug Fixes

* transition SSR ([#619](https://github.com/reactjs/react-transition-group/issues/619)) ([2722bb6](https://github.com/reactjs/react-transition-group/commit/2722bb6b755943b8292f0f2bc2fdca55df5c28f0))

# [4.4.0](https://github.com/reactjs/react-transition-group/compare/v4.3.0...v4.4.0) (2020-05-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
"version": "4.4.0",
"version": "4.4.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 a11f5ba

Please sign in to comment.