diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 900c490b5..90a706f84 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.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) diff --git a/package.json b/package.json index 701b8e385..bbeae396b 100644 --- a/package.json +++ b/package.json @@ -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",