From 137593ea06712048cfbeab4651966275cb1f38c1 Mon Sep 17 00:00:00 2001 From: Onno Visser Date: Tue, 8 Aug 2017 12:57:09 +0200 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd0e2b..0712c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.1](https://github.com/onnovisser/react-connected-transition/compare/v0.1.0...v0.1.1) (2017-08-08) + + +### Bug Fixes + +* getTransitionData check ([d630fd5](https://github.com/onnovisser/react-connected-transition/commit/d630fd5)) +* **build:** Include prop-types in UMD build ([7e98868](https://github.com/onnovisser/react-connected-transition/commit/7e98868)) + + + # 0.1.0 (2017-08-08) diff --git a/package.json b/package.json index b6151b5..147cd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-connected-transition", - "version": "0.1.0", + "version": "0.1.1", "description": "A React component that passes along data between leaving and entering components in order to easily animate the transition between them.", "jsnext:main": "dist/react-connected-transition.es.js", "module": "dist/react-connected-transition.es.js",