Skip to content

Commit e9c42c9

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-24) ### Features * **ci:** change ci ([f7fdb79](f7fdb79)) * 添加Grafana Loki游戏分析组件实现 ([bb4e8f9](bb4e8f9))
1 parent 05f5c46 commit e9c42c9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2025-12-24)
2+
3+
4+
### Features
5+
6+
* **ci:** change ci ([f7fdb79](https://github.com/gameframex/com.gameframex.unity.gameanalytics.grafanaloki/commit/f7fdb79087115be709d7c10aaf6378af207ca0ec))
7+
* 添加Grafana Loki游戏分析组件实现 ([bb4e8f9](https://github.com/gameframex/com.gameframex.unity.gameanalytics.grafanaloki/commit/bb4e8f9ca807c68a0c900aab42bee7bde2f89f89))
8+
19
# 更新日志
210

311
所有对此项目的显著更改都将记录在此文件中。
@@ -14,4 +22,4 @@
1422
- 支持本地日志存储和批量发送
1523
- 定时发送机制
1624
- 网络状态感知和失败重试
17-
- 可配置的Loki服务器地址和批处理参数
25+
- 可配置的Loki服务器地址和批处理参数

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/gameframex/com.gameframex.unity.gameanalytics.grafanaloki.git"
16+
"url": "git+https://github.com/gameframex/com.gameframex.unity.gameanalytics.grafanaloki.git"
1717
},
1818
"author": {
1919
"name": "Blank",
@@ -34,4 +34,4 @@
3434
"access": "public",
3535
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)