Skip to content

Release 7.1.2

Choose a tag to compare

@thet thet released this 14 Mar 07:52
· 1132 commits to master since this release

7.1.2 (2022-03-14)

Bug Fixes

  • pat validation: With depending date validation also validate the dependend date. (5060fa4), closes #970
    Fixes: #970

Maintenance

  • Build: Makefile - Resolve package version for ZIP bundle at target runtime. (2d799f8)

  • pat tabs: Fix test for error not thrown. (c4e00aa)
    Fix an UnhandledPromiseRejection error with an asynchronous test.
    The problem popped up in node version 16 and was passing in node version 14.