Skip to content

Commit 6062281

Browse files
chore(release): 1.3.4 [skip ci]
## [1.3.4](1.3.3...1.3.4) (2026-05-28) ### Bug Fixes * **ci:** 统一 .github 工作流配置 ([cd31519](cd31519)) * **deps:** 补充 package.json 中缺失的包依赖 ([8968daf](8968daf))
1 parent 2eafb5c commit 6062281

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.4](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.3...1.3.4) (2026-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** 统一 .github 工作流配置 ([cd31519](https://github.com/gameframex/com.gameframex.unity.web/commit/cd315198d38e344c50b3f67eb42adaf32c5b20fe))
7+
* **deps:** 补充 package.json 中缺失的包依赖 ([8968daf](https://github.com/gameframex/com.gameframex.unity.web/commit/8968daffe269e4c9b460e96f3ee9c4c79d11f439))
8+
19
## [1.3.3](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.2...1.3.3) (2026-03-13)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X Web",
44
"category": "GameFrameX",
55
"description": "GameFrameX Web — Unity HTTP request management package. Provides async GET and POST operations with string or byte array responses, support for query strings, custom headers, form data, and raw byte payloads, plus base/global request configuration (auto-appended headers, query params, form data) and configurable timeout. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX Web — Unity HTTP 请求管理功能包。提供异步 GET 和 POST 操作,支持字符串或字节数组响应,支持查询字符串、自定义请求头、表单数据和原始字节负载,以及基础/全局请求配置(自动追加请求头、查询参数、表单数据)和可配置超时。文档:https://gameframex.doc.alianblank.com",
6-
"version": "1.3.3",
6+
"version": "1.3.4",
77
"unity": "2019.4",
88
"keywords": [
99
"GameFrameX",

0 commit comments

Comments
 (0)