chore(release): 1.15.0 [skip ci]

# [1.15.0](https://github.com/d2-projects/d2-admin/compare/v1.14.0...v1.15.0) (2020-06-08)

### Features

*  jsx 重写 d2-container 的 render ([f64b267](f64b267ee9))
This commit is contained in:
semantic-release-bot
2020-06-08 07:31:10 +00:00
parent f64b267ee9
commit 68800661e7
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.15.0](https://github.com/d2-projects/d2-admin/compare/v1.14.0...v1.15.0) (2020-06-08)
### Features
* :sparkles: jsx 重写 d2-container 的 render ([f64b267](https://github.com/d2-projects/d2-admin/commit/f64b267ee92172ec0b25d8b2c19294360b83ed5e))
# [1.14.0](https://github.com/d2-projects/d2-admin/compare/v1.13.0...v1.14.0) (2020-06-08)

View File

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