chore: release @discordjs/builders, @discordjs/collection, @discordjs/proxy, @discordjs/rest

This commit is contained in:
iCrawl
2022-07-17 22:02:32 +02:00
parent 52a9e213c2
commit f6ef92ad6a
8 changed files with 56 additions and 4 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
# [@discordjs/collection@1.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/collection@0.8.0...@discordjs/collection@1.0.0) - (2022-07-17)
## Info
- 1.0.0 release bump, no new features.
# [@discordjs/collection@0.8.0](https://github.com/discordjs/discord.js/compare/@discordjs/collection@0.7.0...@discordjs/collection@0.8.0) - (2022-07-17)
## Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/collection",
"version": "0.9.0-dev",
"version": "1.0.0",
"description": "Utility data structure used in discord.js",
"scripts": {
"test": "vitest run",