diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dfaeecd7..6894b189 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.18.0](https://github.com/d2-projects/d2-admin/compare/v1.17.0...v1.18.0) (2020-08-25) + + +### Features + +* :sparkles: 优化合并的代码 完成刷新单页面功能 ([5e3eadf](https://github.com/d2-projects/d2-admin/commit/5e3eadf0eb844e2090a28174ff63feda3b82edbe)) + # [1.17.0](https://github.com/d2-projects/d2-admin/compare/v1.16.0...v1.17.0) (2020-06-18) diff --git a/package.json b/package.json index c47daad0..4878c422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.17.0", + "version": "1.18.0", "scripts": { "serve": "vue-cli-service serve --open", "start": "npm run serve",