We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faab8a commit 6d6919cCopy full SHA for 6d6919c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+# [4.0.2](https://github.com/sapphiredev/pieces/compare/v4.0.2...v4.0.2) - (2023-12-05)
6
+
7
+## 🐛 Bug Fixes
8
9
+- Properly package all files in dist for npm ([2faab8a](https://github.com/sapphiredev/pieces/commit/2faab8af9c604a6062ab078a34e4aba8ac92cc80))
10
11
# [4.0.1](https://github.com/sapphiredev/pieces/compare/v4.0.1...v4.0.1) - (2023-12-05)
12
13
## 🐛 Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@sapphire/pieces",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Sapphire's piece loader.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
0 commit comments