chore: v3.1.13
[poolifier.git] / CHANGELOG.md
index 9444be7adcabffca7b801e96cb3ea08421af915e..ac5116c42ad44bc65f7724250f5b268965de85ca 100644 (file)
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.13] - 2023-12-30
+
+### Changed
+
+- Reduce branching in several hot code paths.
+- Use faster object cloning implementation.
+
+## [3.1.12] - 2023-12-27
+
+### Fixed
+
+- Fix tasks redistribution triggers at pool destroying.
+
+### Changed
+
+- Switch TypeScript module resolution to Node16.
+
+## [3.1.12-0] - 2023-12-27
+
 ### Fixed
 
 - Fix tasks redistribution triggers at pool destroying.