From baac0f5f53ee007ea07e1c7666e86aa7dcb7626e Mon Sep 17 00:00:00 2001 From: Alexander Komarov Date: Fri, 22 Jun 2018 13:12:12 +0300 Subject: [PATCH] [Release] 0.2.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d01d84..49efcd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.2] - 2018-06-22 +### Fixed +- React component check for native (ES6) arrow functions (#44). + ## [0.2.1] - 2018-02-14 ### Fixed - Only pass wrapped children if children exist to pass prop type validation. (#27) - [@phillbaker][] diff --git a/package.json b/package.json index acf3a6e..57c0550 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuera", "description": "Use React in Vue and Vue in React", - "version": "0.2.1", + "version": "0.2.2", "repository": "akxcv/vuera", "author": "Alexander Komarov ", "license": "MIT",