build: refine linter rules
[poolifier.git] / CHANGELOG.md
index 18ac1504d5d0930a34efa31f144a6caee7b073e5..b7b9604c734d236e5f93e832ec583d213fae8b92 100644 (file)
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [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