Skip to content

Commit b2a08eb

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-23) ### Features * **iOS:** 添加iOS内购插件支持 ([c04509b](c04509b)) * 添加苹果支付模块实现及基础文件结构 ([2eecdbb](2eecdbb))
1 parent 93c62da commit b2a08eb

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2025-12-23)
2+
3+
4+
### Features
5+
6+
* **iOS:** 添加iOS内购插件支持 ([c04509b](https://github.com/gameframex/com.gameframex.unity.payment.apple/commit/c04509b8fe5d2c07370206a04050f60c69c32fba))
7+
* 添加苹果支付模块实现及基础文件结构 ([2eecdbb](https://github.com/gameframex/com.gameframex.unity.payment.apple/commit/2eecdbb92c8676f3f650b509b44080486931e5d4))
8+
19
# Changelog
210

311
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.payment.apple",
13-
"url": "https://github.com/gameframex/com.gameframex.unity.payment.apple.git",
13+
"url": "git+https://github.com/gameframex/com.gameframex.unity.payment.apple.git",
1414
"type": "git"
1515
},
1616
"author": {
@@ -30,4 +30,4 @@
3030
"access": "public",
3131
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)