Skip to content

Commit 0ef1b3d

Browse files
committed
Bump to version 0.3.0
1 parent 8d61ddf commit 0ef1b3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Unreleased
8+
9+
## 0.3.0 - 2018-07-23
810
### Updated
911
- Rewritten with React 16 guidelines (remove deprecated life cycle hooks)
1012
- Update docs configuration and layout

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.8",
3+
"version": "0.3.0",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)