@sapphire/discord-utilities 3.2.0-next.7ca1b5e2.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/discord-utilities@3.2.0](https://github.com/sapphiredev/utilities/compare/@sapphire/discord-utilities@3.2.0...@sapphire/discord-utilities@3.2.0) - (2023-11-15)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - Update export mapping for proper ESM/CJS split ([dd0cff8](https://github.com/sapphiredev/utilities/commit/dd0cff8e9b03a15812f25f7a1180501a92422629))
10
+
11
+ ## 📝 Documentation
12
+
13
+ - **utilities:** Use updated name in `@link` for `HttpUrlRegex` (#661) ([d8b3b84](https://github.com/sapphiredev/utilities/commit/d8b3b84b96f10031466955e5c272337fa95e6933))
14
+
15
+ ## 🚀 Features
16
+
17
+ - **utilities:** Add maximum nitro basic upload size (#660) ([3bc31a5](https://github.com/sapphiredev/utilities/commit/3bc31a5507869726771ba5bad42453a9cb041412))
18
+
5
19
  # [@sapphire/discord-utilities@3.1.1](https://github.com/sapphiredev/utilities/compare/@sapphire/discord-utilities@3.1.0...@sapphire/discord-utilities@3.1.1) - (2023-08-29)
6
20
 
7
21
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/discord-utilities",
3
- "version": "3.2.0-next.7ca1b5e2.0",
3
+ "version": "3.2.0",
4
4
  "description": "Discord specific utilities for your JavaScript/TypeScript bots",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",