Skip to content

Commit

Permalink
chore: release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jan 2, 2025
1 parent be1472a commit 0f04db9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog

# [0.9.0](https://github.com/tf2pickup-org/mumble-client/compare/0.8.2...0.9.0) (2025-01-02)


### Bug Fixes

* add Client.isConnected() and Client.assertConnected() methods; remove commands module ([#734](https://github.com/tf2pickup-org/mumble-client/issues/734)) ([1215232](https://github.com/tf2pickup-org/mumble-client/commit/121523259f86737599501fac2a4b8182b6679bf1))
* remove connection delay ([#735](https://github.com/tf2pickup-org/mumble-client/issues/735)) ([e70bf92](https://github.com/tf2pickup-org/mumble-client/commit/e70bf928b3ba977f4348eb4b0f1dbfceb01dd139))


### Features

* add user registration commands ([#732](https://github.com/tf2pickup-org/mumble-client/issues/732)) ([0bbecae](https://github.com/tf2pickup-org/mumble-client/commit/0bbecaea617866ac8dd979facbd92d22f4cbe6da))

## [0.8.2](https://github.com/tf2pickup-org/mumble-client/compare/0.8.1...0.8.2) (2024-12-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tf2pickup-org/mumble-client",
"version": "0.8.2",
"version": "0.9.0",
"description": "A simple bot for managing mumble servers",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 0f04db9

Please sign in to comment.