Skip to content

Commit 0a1104c

Browse files
committed
chore: release version 0.8.0
1 parent f3c5174 commit 0a1104c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11

22

3+
# [0.8.0](https://github.com/tf2pickup-org/mumble-client/compare/0.7.3...0.8.0) (2024-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** enable tests on renovate branches ([f23246b](https://github.com/tf2pickup-org/mumble-client/commit/f23246b03f9b8e62b0502f18c6f932c4f6643beb))
9+
* **deps:** update dependency @protobuf-ts/runtime to v2.9.4 ([#571](https://github.com/tf2pickup-org/mumble-client/issues/571)) ([fa88206](https://github.com/tf2pickup-org/mumble-client/commit/fa8820603a2427152a1f4b42645a1a5932fdf565))
10+
* **deps:** update dependency @tf2pickup-org/mumble-protocol to v1.0.3 ([#451](https://github.com/tf2pickup-org/mumble-client/issues/451)) ([7c46566](https://github.com/tf2pickup-org/mumble-client/commit/7c4656641b60e2735d4d3134175110f825bb62a2))
11+
* **deps:** update dependency @tf2pickup-org/mumble-protocol to v1.0.4 ([#510](https://github.com/tf2pickup-org/mumble-client/issues/510)) ([7911fd8](https://github.com/tf2pickup-org/mumble-client/commit/7911fd868a5a8936e3fc60223f0c0169dec85c6b))
12+
* **deps:** update dependency @tf2pickup-org/mumble-protocol to v1.0.5 ([#592](https://github.com/tf2pickup-org/mumble-client/issues/592)) ([1c6ed36](https://github.com/tf2pickup-org/mumble-client/commit/1c6ed36dade8ecb50e689dfa4ecb13364bf10873))
13+
14+
15+
### Features
16+
17+
* migrate to esm ([#717](https://github.com/tf2pickup-org/mumble-client/issues/717)) ([f3c5174](https://github.com/tf2pickup-org/mumble-client/commit/f3c5174df2ffddf1ee45404c45bb43946e72126f))
18+
* use strongly-typed events ([#511](https://github.com/tf2pickup-org/mumble-client/issues/511)) ([439b575](https://github.com/tf2pickup-org/mumble-client/commit/439b5759741b702d8ed4acf5cd286f3e79b6cec9))
19+
320
## [0.7.3](https://github.com/tf2pickup-org/mumble-client/compare/0.7.2...0.7.3) (2023-06-21)
421

522

@@ -204,4 +221,4 @@
204221

205222
* add Client.disconnect() ([b530c0d](https://github.com/tf2pickup-org/mumble-client/commit/b530c0dc26e666eed311fbe3b1d122ebca03c257))
206223

207-
## 0.0.1 (2022-05-12)
224+
## 0.0.1 (2022-05-12)

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.7.3",
3+
"version": "0.8.0",
44
"description": "A simple bot for managing mumble servers",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)