From 8851154d06b03592cc2f65dd6eb669b1e9f19b5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jun 2020 10:08:42 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.17.0](https://github.com/d2-projects/d2-admin/compare/v1.16.0...v1.17.0) (2020-06-18) ### Features * :sparkles: 增加构建分析页面示例 ([099fde5](https://github.com/d2-projects/d2-admin/commit/099fde59e74c3aba8bef744d02a0047d48c559af)) --- 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 7df42d9a..dfaeecd7 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.17.0](https://github.com/d2-projects/d2-admin/compare/v1.16.0...v1.17.0) (2020-06-18) + + +### Features + +* :sparkles: 增加构建分析页面示例 ([099fde5](https://github.com/d2-projects/d2-admin/commit/099fde59e74c3aba8bef744d02a0047d48c559af)) + # [1.16.0](https://github.com/d2-projects/d2-admin/compare/v1.15.0...v1.16.0) (2020-06-08) diff --git a/package.json b/package.json index 3e342c80..c47daad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.16.0", + "version": "1.17.0", "scripts": { "serve": "vue-cli-service serve --open", "start": "npm run serve",