From 0295c3aa41393e9d12c82e7cb39bbba21d171051 Mon Sep 17 00:00:00 2001 From: gh Date: Thu, 19 Sep 2024 14:45:51 +0200 Subject: [PATCH] Prepare for 2.1.2 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1603669..d9b78b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [2.1.2] - 2024-09-19 + ### Fixed - Added a random number to the generated temporary process path to reduce the chance of collisions when more than one call happens in a millisecond. - Fixed the 'Invalid mapping' test which checked for an old error message of RMLMapper. @@ -110,6 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Make wrapper available via require. +[2.1.2]: https://github.com/RMLio/rmlmapper-java-wrapper-js/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/RMLio/rmlmapper-java-wrapper-js/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/RMLio/rmlmapper-java-wrapper-js/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/RMLio/rmlmapper-java-wrapper-js/compare/v2.0.2...v2.0.3