@sapphire/pieces 4.3.0-next.d8c7a6d → 4.3.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
+ # [4.3.0](https://github.com/sapphiredev/pieces/compare/v4.2.2...v4.3.0) - (2024-06-30)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **deps:** Update all non-major dependencies ([5dad3e5](https://github.com/sapphiredev/pieces/commit/5dad3e5629c1be0409e312d47088d6a8e641312e)) ([#407](https://github.com/sapphiredev/pieces/pull/407) by @renovate[bot])
10
+
11
+ ## 📝 Documentation
12
+
13
+ - **container:** Fix incorrect function name in tsdoc ([d58e5d5](https://github.com/sapphiredev/pieces/commit/d58e5d55593d335c8adbd8ce7b41a6a5b7579198))
14
+
15
+ ## 🚀 Features
16
+
17
+ - Check for more environments for TS support ([d8c7a6d](https://github.com/sapphiredev/pieces/commit/d8c7a6d4f9f90fabe6b8cdc68e0ed28f0b5de1e4)) ([#415](https://github.com/sapphiredev/pieces/pull/415) by @kyranet)
18
+
5
19
  # [4.2.2](https://github.com/sapphiredev/pieces/compare/v4.2.2...v4.2.2) - (2024-01-19)
6
20
 
7
21
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/pieces",
3
- "version": "4.3.0-next.d8c7a6d",
3
+ "version": "4.3.0",
4
4
  "description": "Sapphire's piece loader.",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",