fix: fix ESM and CommonJS exports
[poolifier.git] / CHANGELOG.md
index 66a14b8f9e51d9976988e3d7fe6bca087881d098..72a11850adf1d2e88d4341948bb35d0494bedf73 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix `exports` syntax for ESM and CommonJS.
+
 ## [2.3.9] - 2023-03-18
 
 ### Changed