repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e5ac6
)
chore: add changelog entry
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 18 Mar 2023 19:33:34 +0000
(20:33 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 18 Mar 2023 19:33:34 +0000
(20:33 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 68d8258317c364278393786b9d0ff22ca9c38f47..614e5fad65f0459aead0ce9e4496ad6ca26e7acc 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-7,7
+7,13
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-## [2.3.10-2] - 2023-03-18
+### Fixed
+
+- Fix `exports` syntax for ESM and CommonJS.
+
+### Changed
+
+- Permit SemVer pre-release publication.
### Fixed