Skip to content

Commit 22729d7

Browse files
committed
Bump to version 0.2.4
1 parent 5452ca5 commit 22729d7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Unreleased
88

9+
## 0.2.4 - 2017-10-30
10+
### Changed
11+
- HOTFIX publish
12+
913
## 0.2.3 - 2017-10-30
1014
### Added
1115
- Basic Examples
@@ -69,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6973
- Initial code for the module
7074

7175
## Compare
72-
- [Unreleased](https://github.com/LKay/react-transition-replace/compare/0.2.3...HEAD)
76+
- [Unreleased](https://github.com/LKay/react-transition-replace/compare/0.2.4...HEAD)
77+
- [0.2.4](https://github.com/LKay/react-transition-replace/compare/0.2.3...0.2.4)
7378
- [0.2.3](https://github.com/LKay/react-transition-replace/compare/0.2.2...0.2.3)
7479
- [0.2.2](https://github.com/LKay/react-transition-replace/compare/0.2.1...0.2.2)
7580
- [0.2.1](https://github.com/LKay/react-transition-replace/compare/0.2.0...0.2.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-replace",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)