From 5660fc3176009698fd160266be0dfeabd60ed192 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 17 May 2019 10:11:15 +0000 Subject: [PATCH] [skip ci] chore(release): v1.7.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782efc3..365ac02 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. +## [1.7.0](https://github.com/FEMessage/vue-sfc-cli/compare/v1.6.0...v1.7.0) (2019-05-17) + + +### Features + +* notify after ci success ([e6f54e6](https://github.com/FEMessage/vue-sfc-cli/commit/e6f54e6)) +* 支持`-u, --upgrade`更新组件配置 ([bc88af5](https://github.com/FEMessage/vue-sfc-cli/commit/bc88af5)) + + + ## [1.6.0](https://github.com/FEMessage/vue-sfc-cli/compare/v1.5.0...v1.6.0) (2019-05-12) diff --git a/package.json b/package.json index 44eb842..8f4f379 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-sfc-cli", "description": "Quickly generate redistributable vue sfc components", - "version": "1.6.0", + "version": "1.7.0", "author": "Michael Dodge", "contributors": [ "https://github.com/FEMessage"