Skip to content

Commit d765089

Browse files
committed
chore: release version 0.7.0
1 parent afcdeea commit d765089

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.7.0](https://github.com/tf2pickup-org/mumble-client/compare/0.6.0...0.7.0) (2022-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @tf2pickup-org/mumble-protocol to v1 ([#63](https://github.com/tf2pickup-org/mumble-client/issues/63)) ([dff6eac](https://github.com/tf2pickup-org/mumble-client/commit/dff6eacb0579afb1e5a6f80b51a5b27b36dac7ad))
9+
* **deps:** update dependency rxjs to v7.5.6 ([#94](https://github.com/tf2pickup-org/mumble-client/issues/94)) ([6b2e0a1](https://github.com/tf2pickup-org/mumble-client/commit/6b2e0a18631e6545e917c27ecd60d83a9dbc602e))
10+
11+
12+
### Features
13+
14+
* add ChannelUpdate event ([#67](https://github.com/tf2pickup-org/mumble-client/issues/67)) ([27e005c](https://github.com/tf2pickup-org/mumble-client/commit/27e005c41c7e966e739bc173e6fe28107f674240))
15+
* add userUpdate event ([#64](https://github.com/tf2pickup-org/mumble-client/issues/64)) ([d56f4d8](https://github.com/tf2pickup-org/mumble-client/commit/d56f4d8447fe4ea08e65eaf1aa5f107738b2662e))
16+
* support mute, deaf and suppress props ([#66](https://github.com/tf2pickup-org/mumble-client/issues/66)) ([f3fa123](https://github.com/tf2pickup-org/mumble-client/commit/f3fa12395eb437ae5770210bdfc754aa605f1ba6))
17+
318
# [0.6.0](https://github.com/tf2pickup-org/mumble-client/compare/0.5.0...0.6.0) (2022-06-07)
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/mumble-client",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A simple bot for managing mumble servers",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)