From 20d4dfee65e0ee871ddc2979b5f7acdb68449e37 Mon Sep 17 00:00:00 2001 From: Jurriaan Barkey Wolf Date: Wed, 17 Apr 2024 08:57:24 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61c4a0..111bfd1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.13.0 (2024-04-17) +- [MR 360](https://github.com/guigrpa/docx-templates/pull/360) Added `maximumWalkingDepth` option for supporting large documents. +- Updated dependencies. + ## 4.12.0 (2024-04-01) - [#15](https://github.com/guigrpa/docx-templates/issues/15) Generate columns for a table using `FOR` loop.