X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=31575d5630bde1ef907eaa5ee5fa96148710f618;hb=e4796ecdf22d518a4d317d9137fbf2c5440c473d;hp=66a14b8f9e51d9976988e3d7fe6bca087881d098;hpb=d7b78217c4630d42b1649a27d3382c2b75822744;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a14b8f..31575d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix `exports` syntax for ESM and CommonJS. + +### Changed + +- Permit SemVer pre-release publication. + +## [2.3.10-2] - 2023-03-18 + +### Fixed + +- Fix `exports` syntax for ESM and CommonJS. + +## [2.3.10-1] - 2023-03-18 + +### Changed + +- Permit SemVer pre-release publication. + +## [2.3.10-0] - 2023-03-18 + +### Fixed + +- Fix `exports` syntax for ESM and CommonJS. + ## [2.3.9] - 2023-03-18 ### Changed