From e954af3fc233a6a0de915c5e6971aa0d85856393 Mon Sep 17 00:00:00 2001 From: Jurriaan Barkey Wolf Date: Sat, 5 Jun 2021 12:07:26 +0200 Subject: [PATCH] Updated CHANGELOG and bumped version number. --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15116b7..7414fe91 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.6.3 (2021-06-05) +* Allow arrays as the result of INS commands again ([#214](https://github.com/guigrpa/docx-templates/issues/214)). Thanks @LexAckson for pointing this out. + ## 4.6.2 (2021-06-03) * Fix for issues [#190](https://github.com/guigrpa/docx-templates/issues/190) and [#144](https://github.com/guigrpa/docx-templates/issues/144). Image IDs in the rendered XML are now ensured to be globally unique to avoid warnings of file corruption in some popular editors (like MS Word). diff --git a/package.json b/package.json index a92f9ce7..b5718b26 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx-templates", - "version": "4.6.2", + "version": "4.6.3", "description": "Template-based docx report creation", "main": "lib/index.js", "types": "lib/index.d.ts",