From 631537dbe6d9d87e78ca44819710a976e71bdfe2 Mon Sep 17 00:00:00 2001 From: Alexander Komarov Date: Tue, 15 Oct 2019 00:13:30 +0300 Subject: [PATCH] Update to 0.2.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e77a3..4572e30 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.6] - 2019-10-15 +### Fixed +- Vue components that use Vue.extend (#95) - [@wenlz123][] + ## [0.2.5] - 2019-04-22 ### Fixed - Incorrect handling of multiple components with same name (#79) - [@khashish][] @@ -55,3 +59,4 @@ Initial release. [@fsodano]: https://github.com/fsodano [@runebaas]: https://github.com/runebaas [@khashish]: https://github.com/khashish +[@wenlz123]: https://github.com/wenlz123 diff --git a/package.json b/package.json index 9e9c336..342be7b 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.5", + "version": "0.2.6", "repository": "akxcv/vuera", "author": "Alexander Komarov ", "license": "MIT",