Skip to content

Commit 5cd6382

Browse files
committed
chore(collection): release @discordjs/collection@1.5.3
1 parent fffe625 commit 5cd6382

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/collection/CHANGELOG.md

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

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

5+
# [@discordjs/collection@1.5.3](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-08-17)
6+
7+
## Documentation
8+
9+
- Update Node.js requirement to 16.11.0 (#9764) ([188877c](https://github.com/discordjs/discord.js/commit/188877c50af70f0d5cffb246620fa277435c6ce6))
10+
11+
# [@discordjs/collection@1.5.2](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-07-31)
12+
13+
## Refactor
14+
15+
- **collection:** Reduce `reduce`'s code (#9581) ([b85a3f2](https://github.com/discordjs/discord.js/commit/b85a3f2ddee8fc5974749b95fc07389a03093df2))
16+
17+
# [@discordjs/collection@1.5.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-05-01)
18+
19+
## Bug Fixes
20+
21+
- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))
22+
23+
## Documentation
24+
25+
- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
26+
527
# [@discordjs/collection@1.5.2](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-07-31)
628

729
## Refactor

packages/collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discordjs/collection",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Utility data structure used in discord.js",
55
"scripts": {
66
"test": "vitest run",

0 commit comments

Comments
 (0)