We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6f2d0 commit d85f9b1Copy full SHA for d85f9b1
2 files changed
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0 (2025-12-23)
2
+
3
4
+### Features
5
6
+* 添加支付模块基础实现 ([2275064](https://github.com/gameframex/com.gameframex.unity.payment/commit/2275064ba3d0014f080ae053a7fab48f8ddd0b16))
package.json
@@ -10,7 +10,7 @@
10
],
11
"repository": {
12
"name": "com.gameframex.unity.payment",
13
- "url": "https://github.com/gameframex/com.gameframex.unity.payment.git",
+ "url": "git+https://github.com/gameframex/com.gameframex.unity.payment.git",
14
"type": "git"
15
},
16
"author": {
@@ -30,4 +30,4 @@
30
"access": "public",
31
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
32
}
33
-}
+}
0 commit comments