From 6a6bc6397323a6ea2f07eea38a2ab2be1bafe8dc Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Mon, 2 Sep 2024 01:24:33 +0300 Subject: [PATCH] chore: requested cleanup --- packages/core/CHANGELOG.md | 1 - packages/ws/CHANGELOG.md | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1142861af..e9c58de6c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -26,7 +26,6 @@ All notable changes to this project will be documented in this file. - Use get guild role endpoint (#10443) ([bba0e72](https://github.com/discordjs/discord.js/commit/bba0e72e2283630b9f84b77d53525397036c6b31)) - **ws:** Event layout (#10376) ([bf6761a](https://github.com/discordjs/discord.js/commit/bf6761a44adec1fe5017f6bf5d8bc0734916961f)) - **BREAKING CHANGE:** All events now emit shard id as its own param - - fix: worker event forwarding # [@discordjs/core@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/core@1.1.1...@discordjs/core@1.2.0) - (2024-05-04) diff --git a/packages/ws/CHANGELOG.md b/packages/ws/CHANGELOG.md index 9f9e838e5..7bd2563b6 100644 --- a/packages/ws/CHANGELOG.md +++ b/packages/ws/CHANGELOG.md @@ -21,7 +21,6 @@ All notable changes to this project will be documented in this file. - **WebSocketShard:** Error event handling (#10436) ([a6de270](https://github.com/discordjs/discord.js/commit/a6de2707fc1107262b12491f73b5b6887df91c67)) - **ws:** Event layout (#10376) ([bf6761a](https://github.com/discordjs/discord.js/commit/bf6761a44adec1fe5017f6bf5d8bc0734916961f)) - **BREAKING CHANGE:** All events now emit shard id as its own param - - fix: worker event forwarding - Native zlib support (#10316) ([94cc02a](https://github.com/discordjs/discord.js/commit/94cc02a2580496774d75673abc0caabc765d9ee0)) # [@discordjs/ws@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/ws@1.1.0...@discordjs/ws@1.1.1) - (2024-06-02)