Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisNils committed Nov 3, 2024
1 parent a4eec6e commit 946abf3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/general/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/managers/ChatManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 946abf3

Please sign in to comment.