Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LKay committed Jul 23, 2018
1 parent 8d61ddf commit 0ef1b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.3.0 - 2018-07-23
### Updated
- Rewritten with React 16 guidelines (remove deprecated life cycle hooks)
- Update docs configuration and layout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-transition-replace",
"version": "0.2.8",
"version": "0.3.0",
"description": "A React component to animate replacing one element with another.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 0ef1b3d

Please sign in to comment.