diff --git a/CHANGELOG.md b/CHANGELOG.md index 365610a..2b4baae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 更改日志 | CHANGE LOG +## v0.1.7/2022-03-07 + +- [v0.1.6 <=> v0.1.7](https:///github.com/Zuoqiu-Yingyi/widget-query/compare/v0.1.6...v0.1.7) - 配置文件 `config.js` 有变更 | There are changes to the configuration file `config.js`. - 使用 [All Contributors · GitHub](https://github.com/all-contributors) 自动生成贡献者列表 | Use [All Contributors · GitHub](https://github.com/all-contributors) automatically generates a table of contributors. - 增加通过设置查询结果表格自定义块属性的方式设置渲染样式 | Added the way to set the rendering style by setting the query result table custom block attributes. diff --git a/widget.json b/widget.json index eb97537..46b0893 100644 --- a/widget.json +++ b/widget.json @@ -2,5 +2,5 @@ "name": "Query", "author": "Zuoqiu-Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/widget-query", - "version": "0.1.6" + "version": "0.1.7" }