diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 90a706f8..7df42d9a 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.16.0](https://github.com/d2-projects/d2-admin/compare/v1.15.0...v1.16.0) (2020-06-08) + + +### Features + +* :sparkles: 移除对 error 的无用判断 ([079fd1c](https://github.com/d2-projects/d2-admin/commit/079fd1c2809ea7f47d3f835a65d94a39ed9a8cf6)) + # [1.15.0](https://github.com/d2-projects/d2-admin/compare/v1.14.0...v1.15.0) (2020-06-08) diff --git a/package.json b/package.json index bbeae396..674a3abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.15.0", + "version": "1.16.0", "scripts": { "serve": "vue-cli-service serve --open", "start": "npm run serve",