Skip to content

Commit

Permalink
chore: template-release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 7, 2022
1 parent 4f0a169 commit 16c4c72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions TEMPLATE-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [1.0.4](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.3...template-1.0.4) (2022-09-07)


### Bug 修复[fix]

* 修复多级路由下切换的报错问题,扁平化为二级路由 ([9736fb1](https://github.com/meadmin-cn/meadmin-template/commit/9736fb15f75188999c3f943034a5c4d1041d0cf5))


### 新功能[feat]

* 加上gzip压缩 ([54ed748](https://github.com/meadmin-cn/meadmin-template/commit/54ed748ae9ef2bd2b5d155faad48c5a43866159c))
* 加上keepAlive全局开启配置 ([091f9ad](https://github.com/meadmin-cn/meadmin-template/commit/091f9ad03cb6730174bbeb0236b5f53bf2d51e57))
* 加上version配置以便在版本改变时清空缓存 ([4f0a169](https://github.com/meadmin-cn/meadmin-template/commit/4f0a169e2ff061681dfc5319da046eda29bafb41))

## [1.0.3](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.2...template-1.0.3) (2022-09-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meadmin-template",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"format": "prettier --write --cache .",
Expand Down

0 comments on commit 16c4c72

Please sign in to comment.