From 946abf34b0660fc3a50cfbffd9f4a575e10e65ef Mon Sep 17 00:00:00 2001 From: ThisNils <59409978+ThisNils@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:10:01 +0100 Subject: [PATCH] 4.1.0 --- docs/general/changelog.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/managers/ChatManager.ts | 1 - 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/general/changelog.md b/docs/general/changelog.md index a4759820..db0328aa 100644 --- a/docs/general/changelog.md +++ b/docs/general/changelog.md @@ -1,5 +1,18 @@ # Changelog +## 4.1.0 + +### Changes +* Chatting + * Added `Client#chat` as the client's chat manager + * Deprecated `ClientParty#chatBan()` + +### Fixes +* Party Meta + * Fixed a bug that caused party members to be invisible when the client created the party +* Chatting + * Fixed an issue that caused the client to not receive chat messages + ## 4.0.0 ### Additions diff --git a/package-lock.json b/package-lock.json index 18f1201a..65e69b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fnbr", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fnbr", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@discordjs/collection": "^2.0.0", diff --git a/package.json b/package.json index 8e1ec383..d0a06d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnbr", - "version": "4.0.0", + "version": "4.1.0", "description": "A library to interact with Epic Games' Fortnite HTTP and XMPP services", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/managers/ChatManager.ts b/src/managers/ChatManager.ts index 1c4a630a..fd0e537b 100644 --- a/src/managers/ChatManager.ts +++ b/src/managers/ChatManager.ts @@ -3,7 +3,6 @@ import Endpoints from '../../resources/Endpoints'; import { AuthSessionStoreKey } from '../../resources/enums'; import Base from '../Base'; import UserNotFoundError from '../exceptions/UserNotFoundError'; -import EpicgamesAPIError from '../exceptions/EpicgamesAPIError'; import type { ChatMessagePayload } from '../../resources/structs'; // private scope