From: Jérôme Benoit Date: Fri, 22 Sep 2023 12:14:58 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v2.7.2~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=116ca64b7b4589104a3621711cb9ad762e90ee48;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ccfd5f..2b3e90d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Add source maps to npm package to ease debugging. + ## [2.7.1] - 2023-09-20 ### Fixed