Skip to content

Commit 6727634

Browse files
committed
chore(util): release @discordjs/util@1.2.0
1 parent a3c6bce commit 6727634

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/util/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@discordjs/util@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-11-18)
6+
7+
## Features
8+
9+
- **core:** Handle request all guild members rate limit (#11251) ([5c5b545](https://github.com/discordjs/discord.js/commit/5c5b545c38c0912e3a0a436f0cbe1dfe600ae82b))
10+
11+
### New Contributors
12+
13+
* @ckohen made their first contribution in #10471
14+
515
# [@discordjs/util@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-09-01)
616

717
# [@discordjs/util@1.1.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-05-04)

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/util",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Utilities shared across Discord.js packages",
66
"scripts": {
77
"build": "tsc --noEmit && tsup",

0 commit comments

Comments
 (0)