From 246a58c4750f4ee5a4a5980810babecac2c87c20 Mon Sep 17 00:00:00 2001 From: Alexander Komarov Date: Mon, 22 Apr 2019 20:04:37 +0300 Subject: [PATCH] Release 0.2.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4eb6c..37e77a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.5] - 2019-04-22 +### Fixed +- Incorrect handling of multiple components with same name (#79) - [@khashish][] ## [0.2.4] - 2019-03-20 ### Fixed - Usage with styled-components (#69) - [@fsodano][] @@ -51,3 +54,4 @@ Initial release. [@walts81]: https://github.com/walts81 [@fsodano]: https://github.com/fsodano [@runebaas]: https://github.com/runebaas +[@khashish]: https://github.com/khashish diff --git a/package.json b/package.json index 56b328a..9e9c336 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.4", + "version": "0.2.5", "repository": "akxcv/vuera", "author": "Alexander Komarov ", "license": "MIT",