Skip to content

Commit eb041f2

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.6...1.1.0) (2025-12-23) ### Features * **ci:** change ci ([37d15f4](37d15f4))
1 parent 37d15f4 commit eb041f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/gameframex/com.gameframex.unity.sound/compare/1.0.6...1.1.0) (2025-12-23)
2+
3+
4+
### Features
5+
6+
* **ci:** change ci ([37d15f4](https://github.com/gameframex/com.gameframex.unity.sound/commit/37d15f4db842915fd5da70ee4598e6dfb491e88e))
7+
18
# Changelog
29

310
## [1.0.6](https://github.com/GameFrameX/com.gameframex.unity.sound/tree/1.0.6) (2025-10-25)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"displayName": "Game Frame X Sound",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X Sound组件 - Unity音频功能包,提供音频播放、暂停、停止、音量控制等常用音频操作。支持多种音频格式,包括MP3、WAV、OGG等。采用现代C#开发中的异步/等待模式,使音频操作更加简单高效。",
6-
"version": "1.0.6",
6+
"version": "1.1.0",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.sound",
13-
"url": "https://github.com/gameframex/com.gameframex.unity.sound.git",
13+
"url": "git+https://github.com/gameframex/com.gameframex.unity.sound.git",
1414
"type": "git"
1515
},
1616
"author": {

0 commit comments

Comments
 (0)