From 4bc65c8205b625f1d44b6ffdaa62a510a409b484 Mon Sep 17 00:00:00 2001 From: Mats Pfeiffer Date: Wed, 15 Aug 2018 09:57:58 +0200 Subject: [PATCH] chore(release): 0.26.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f084209a..916ef010e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.26.0](https://github.com/matsp/material-components-vue/compare/v0.25.1...v0.26.0) (2018-08-15) + + +### Bug Fixes + +* **line-ripple:** Remove potential memory leak ([58d297b](https://github.com/matsp/material-components-vue/commit/58d297b)) +* **notched-outline:** Instantiate component ([#149](https://github.com/matsp/material-components-vue/issues/149)) ([34e5f55](https://github.com/matsp/material-components-vue/commit/34e5f55)) + + +### Features + +* **textfield:** Pass events to inner input (close [#144](https://github.com/matsp/material-components-vue/issues/144)) ([c9df358](https://github.com/matsp/material-components-vue/commit/c9df358)) + + + ## [0.25.1](https://github.com/matsp/material-components-vue/compare/v0.25.0...v0.25.1) (2018-07-17) diff --git a/package.json b/package.json index 0ca3b113f..f8b2a2818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-components-vue", - "version": "0.25.1", + "version": "0.26.0", "description": "Material Design components for Vue.js", "author": "Mats Pfeiffer ", "license": "MIT",