diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be5b68..bde0cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ae1fc9b..020248e 100644 --- a/package.json +++ b/package.json @@ -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",