chore(util): release @discordjs/util@1.2.0

This commit is contained in:
Vlad Frangu
2025-11-18 08:19:50 +02:00
parent a3c6bce3a8
commit 6727634758
2 changed files with 11 additions and 1 deletions

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
# [@discordjs/util@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@1.1.1...@discordjs/util@1.2.0) - (2025-11-18)
## Features
- **core:** Handle request all guild members rate limit (#11251) ([5c5b545](https://github.com/discordjs/discord.js/commit/5c5b545c38c0912e3a0a436f0cbe1dfe600ae82b))
### New Contributors
* @ckohen made their first contribution in #10471
# [@discordjs/util@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@1.1.0...@discordjs/util@1.1.1) - (2024-09-01)
# [@discordjs/util@1.1.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@1.0.2...@discordjs/util@1.1.0) - (2024-05-04)

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/util",
"version": "1.1.1",
"version": "1.2.0",
"description": "Utilities shared across Discord.js packages",
"scripts": {
"build": "tsc --noEmit && tsup",