Browse Source

chore: release v0.7.0

liujia 1 month ago
parent
commit
8526286e53
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -1,4 +1,8 @@
 
+## v0.7.0 (2025-09-18)
+- feat: 智慧大屏管理员支持切换租户;智慧大屏守护天数滚动效果; (56a9e85)
+- feat: 调整返回的路由参数,防止报错; (c6af37c)
+
 ## v0.6.10 (2025-09-17)
 - feat: 调整打包体积限制提示,使用tiny-pinyin替换了pinyin-pro,减小打包体积; (30bd39b)
 - fix: 解决打包时提示 MqttClient is not exported 类型问题; (fb8f44e)

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "ln-web",
-  "version": "0.6.10",
+  "version": "0.7.0",
   "private": true,
   "type": "module",
   "scripts": {