mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore(util): release @discordjs/util@1.2.0
This commit is contained in:
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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.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)
|
# [@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)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@discordjs/util",
|
"name": "@discordjs/util",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"description": "Utilities shared across Discord.js packages",
|
"description": "Utilities shared across Discord.js packages",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --noEmit && tsup",
|
"build": "tsc --noEmit && tsup",
|
||||||
|
|||||||
Reference in New Issue
Block a user