From e0dd28cbb553609f99f918f8d54820fe3c4172ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Apr 2020 08:30:31 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/d2-projects/quick-run-vue/compare/v1.6.0...v1.7.0) (2020-04-23) ### Features * change name ([3f42247](https://github.com/d2-projects/quick-run-vue/commit/3f422477c0991ef727ea7f1df2e0aaeacad7b467)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eb234d2..3299d92 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [1.7.0](https://github.com/d2-projects/quick-run-vue/compare/v1.6.0...v1.7.0) (2020-04-23) + + +### Features + +* change name ([3f42247](https://github.com/d2-projects/quick-run-vue/commit/3f422477c0991ef727ea7f1df2e0aaeacad7b467)) + # [1.6.0](https://github.com/d2-projects/template-vue/compare/v1.5.0...v1.6.0) (2020-04-23) diff --git a/package.json b/package.json index 203bc53..76279b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quick-run-vue", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "build": "vue-cli-service build --report",