chore(release): 1.23.0 [skip ci]

# [1.23.0](https://github.com/d2-projects/d2-admin/compare/v1.22.0...v1.23.0) (2020-12-03)

### Features

*  提供多页面构建示例,优化了打包分包,取消CDN加载依赖但保留了设置入口 ([41a7e02](41a7e02eb5))
This commit is contained in:
semantic-release-bot 2020-12-03 14:05:45 +00:00
parent 41a7e02eb5
commit 219906665a
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.23.0](https://github.com/d2-projects/d2-admin/compare/v1.22.0...v1.23.0) (2020-12-03)
### Features
* :sparkles: 提供多页面构建示例优化了打包分包取消CDN加载依赖但保留了设置入口 ([41a7e02](https://github.com/d2-projects/d2-admin/commit/41a7e02eb5709c2a3faf4c4727bcd54fbf84c525))
# [1.22.0](https://github.com/d2-projects/d2-admin/compare/v1.21.0...v1.22.0) (2020-11-30)

View File

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