diff --git a/TEMPLATE-CHANGELOG.md b/TEMPLATE-CHANGELOG.md index 7ecb469c..d1b53516 100644 --- a/TEMPLATE-CHANGELOG.md +++ b/TEMPLATE-CHANGELOG.md @@ -1,5 +1,23 @@ +## [1.1.2](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.1...template-1.1.2) (2022-11-17) + + +### 性能改进[perf] + +* **request:** 优化 request类型及使用示例以更好的提示返回值 ([f3f4079](https://github.com/meadmin-cn/meadmin-template/commit/f3f4079cdc0ff060c60654cb1d5d2ae24956411d)) + + +### Bug 修复[fix] + +* **api:** 修复userInfoApi类型检查错误 ([d82d9fe](https://github.com/meadmin-cn/meadmin-template/commit/d82d9fe22a7ec71f46f369e8463555ef71a7fb8a)) +* svg image 引入修改规避警告 ([4e166dd](https://github.com/meadmin-cn/meadmin-template/commit/4e166dda5febdfab48a34cc4fbbbab054171c12f)) + + +### 文档更改[docs] + +* **README:** 文档介绍更改 ([c77a402](https://github.com/meadmin-cn/meadmin-template/commit/c77a402486286e8b78198bd4f8518f3623a24368)) + ## [1.1.1](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.0...template-1.1.1) (2022-11-10) diff --git a/package.json b/package.json index f40391dd..9fc4cab3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meadmin-template", "private": true, - "version": "1.1.1", + "version": "1.1.2", "type": "module", "author": { "name": "meadmin-cn",