From 17905c9cfab8eb1e29f0efe5eb8c279a5183410b Mon Sep 17 00:00:00 2001 From: Mats Pfeiffer Date: Mon, 29 Jan 2018 15:38:27 +0100 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b06bbdb..a7f253476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.7.1](https://github.com/matsp/material-components-vue/compare/v0.7.0...v0.7.1) (2018-01-29) + + +### Bug Fixes + +* **README:** Correct distributions table ([e4f9cc7](https://github.com/matsp/material-components-vue/commit/e4f9cc7)) + + + # [0.7.0](https://github.com/matsp/material-components-vue/compare/v0.6.0...v0.7.0) (2018-01-29) diff --git a/package.json b/package.json index 9ba588925..f5f35ad84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-components-vue", - "version": "0.7.0", + "version": "0.7.1", "description": "material-components-web with vuejs", "author": "Mats Pfeiffer", "license": "MIT",