Skip to content

Commit 2872d35

Browse files
committed
chore(release): 0.5.1
1 parent 4cd169b commit 2872d35

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.5.1](https://github.com/TRPGEngine/Client/compare/v0.5.0...v0.5.1) (2020-11-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **rtc:** 修复正式环境下的语音服务器地址错误的问题 ([737197f](https://github.com/TRPGEngine/Client/commit/737197f65d86d3f9d131e94b27e70a9b1807a98f))
11+
* **web:** 修复网络重连提示的modal无法提升到最高的bug ([b213e32](https://github.com/TRPGEngine/Client/commit/b213e3290e74035d0aec6656411ea34a11dfb743))
12+
513
## [0.5.0](https://github.com/TRPGEngine/Client/compare/v0.4.8...v0.5.0) (2020-11-12)
614

715

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpg-game-client",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "专注于TRPG跑团的IM即时应用聊天软件",
55
"main": "./dist/entry.js",
66
"productName": "TRPG Engine",

0 commit comments

Comments
 (0)