Skip to content

Commit 01092c1

Browse files
committed
chore: release version 0.5.0
1 parent 7244618 commit 01092c1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
# [0.5.0](https://github.com/tf2pickup-org/simple-mumble-bot/compare/0.4.2...0.5.0) (2022-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* add setSelfDeaf command ([#48](https://github.com/tf2pickup-org/simple-mumble-bot/issues/48)) ([e4c1ce7](https://github.com/tf2pickup-org/simple-mumble-bot/commit/e4c1ce70cedfa5bd7805ef2f5fbb71e202616bcd))
9+
* add setSelfMute command ([#47](https://github.com/tf2pickup-org/simple-mumble-bot/issues/47)) ([fc88c95](https://github.com/tf2pickup-org/simple-mumble-bot/commit/fc88c954dc79beeb1ff31036a653f3a95d8248b2))
10+
* send PermissionQuery only once ([#46](https://github.com/tf2pickup-org/simple-mumble-bot/issues/46)) ([943c72d](https://github.com/tf2pickup-org/simple-mumble-bot/commit/943c72d3cc1e317b2f30bee01223aab63ada684c))
11+
12+
13+
### Features
14+
15+
* add ClientDisconnectedError ([#49](https://github.com/tf2pickup-org/simple-mumble-bot/issues/49)) ([24051bb](https://github.com/tf2pickup-org/simple-mumble-bot/commit/24051bbd6aed7a67b4fc57a8f72813bb47d39ed3))
16+
* support client password and access tokens ([#50](https://github.com/tf2pickup-org/simple-mumble-bot/issues/50)) ([b224733](https://github.com/tf2pickup-org/simple-mumble-bot/commit/b224733ee1c6f596fd5cf896dea493edc844840f))
17+
318
## [0.4.2](https://github.com/tf2pickup-org/simple-mumble-bot/compare/0.4.1...0.4.2) (2022-05-26)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tf2pickup-org/simple-mumble-bot",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "A simple bot for managing mumble servers",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)