chore(release): 1.12.0 [skip ci]

# [1.12.0](https://github.com/d2-projects/d2-admin/compare/v1.11.0...v1.12.0) (2020-05-19)

### Features

* 💡 分离用于真实网络请求和模拟请求的 service ([d6704da](d6704dad5c))
This commit is contained in:
semantic-release-bot 2020-05-19 01:17:34 +00:00
parent d6704dad5c
commit 339b94a34b
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
# [1.12.0](https://github.com/d2-projects/d2-admin/compare/v1.11.0...v1.12.0) (2020-05-19)
### Features
* :bulb: 分离用于真实网络请求和模拟请求的 service ([d6704da](https://github.com/d2-projects/d2-admin/commit/d6704dad5c2fd4ebea611aaccd714d0003f64935))
# [1.11.0](https://github.com/d2-projects/d2-admin/compare/v1.10.0...v1.11.0) (2020-05-08)

View File

@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.11.0",
"version": "1.12.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",