From 1c76adba3c3158c8aeb0f01b5a67d06001110a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:15:30 +0100 Subject: [PATCH] chore(release): v4.0.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c69df..6488d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Change Log +## v4.0.1 + +[compare changes](https://github.com/schoero/swissqrbill/compare/v4.0.0...v4.0.1) + +### Fixes + +* Visual pdf tests throwing error ([7936151](https://github.com/schoero/swissqrbill/commit/7936151)) +* **table:** Throwing error when header row was enabled on a table with multiple columns ([b096a51](https://github.com/schoero/swissqrbill/commit/b096a51)) +* **table:** Setting padding to `0` not working in a tuple type ([14ad3c3](https://github.com/schoero/swissqrbill/commit/14ad3c3)) +* **table:** Continue table on the same horizontal position ([e8e5aec](https://github.com/schoero/swissqrbill/commit/e8e5aec)) +* **table:** Rendering of imaginary layers ([9eb4f3d](https://github.com/schoero/swissqrbill/commit/9eb4f3d)) +* **table:** Converting of tuple shorthand syntax ([99b1c95](https://github.com/schoero/swissqrbill/commit/99b1c95)) + +### Documentation + +* Simplify types for easier documentation ([4f2bb37](https://github.com/schoero/swissqrbill/commit/4f2bb37)) +* Regenerate docs ([89d8301](https://github.com/schoero/swissqrbill/commit/89d8301)) +* Add description ([082d9ed](https://github.com/schoero/swissqrbill/commit/082d9ed)) + +### Chore + +* Update dependencies ([06816ab](https://github.com/schoero/swissqrbill/commit/06816ab)) + +### Tests + +* Disable multi threading in debugger ([85911a1](https://github.com/schoero/swissqrbill/commit/85911a1)) + # [v4.0.0](https://github.com/schoero/swissqrbill/compare/v3.2.2...v4.0.0) - 10.11.2023 With version 4, SwissQRBill has been completely reworked. The main goal was to make the API more flexible and reduce the complexity of the library. As a consequence, the API has changed quite significantly. However, migration should be fairly easy. diff --git a/package.json b/package.json index a0408a6..787223d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.0", + "version": "4.0.1", "type": "module", "name": "swissqrbill", "description": "Swiss QR Bill generation in Node.js and browsers",