Skip to content

Commit

Permalink
chore(collection): release @discordjs/collection@1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 31, 2023
1 parent 3c5a4dc commit ca5a262
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/collection/CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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

# [@discordjs/collection@1.5.2](https://github.com/discordjs/discord.js/compare/@discordjs/collection@1.5.1...@discordjs/collection@1.5.2) - (2023-07-31)

## Refactor

- **collection:** Reduce `reduce`'s code (#9581) ([b85a3f2](https://github.com/discordjs/discord.js/commit/b85a3f2ddee8fc5974749b95fc07389a03093df2))

# [@discordjs/collection@1.5.1](https://github.com/discordjs/discord.js/compare/@discordjs/collection@1.5.0...@discordjs/collection@1.5.1) - (2023-05-01)

## Bug Fixes

- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))

## Documentation

- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))

# [@discordjs/collection@1.5.1](https://github.com/discordjs/discord.js/compare/@discordjs/collection@1.5.0...@discordjs/collection@1.5.1) - (2023-05-01)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/collection/package.json
@@ -1,6 +1,6 @@
{
"name": "@discordjs/collection",
"version": "1.5.1",
"version": "1.5.2",
"description": "Utility data structure used in discord.js",
"scripts": {
"test": "vitest run",
Expand Down

0 comments on commit ca5a262

Please sign in to comment.