From 709524539a2c8a1c5f559ee756bb02593e19f871 Mon Sep 17 00:00:00 2001 From: Jurriaan Barkey Wolf Date: Thu, 20 Jan 2022 15:16:51 +0100 Subject: [PATCH] Updated CHANGELOG and bumped version number. --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42287278..32ad92f1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.9.0 (2022-01-20) +- Updated dependencies. +- [PR 253](https://github.com/guigrpa/docx-templates/pull/253) Add support for Deno through the browser bundle. Thanks @mathe42! + ## 4.8.2 (2021-09-28) - [PR 233](https://github.com/guigrpa/docx-templates/pull/233) Prevent adding empty paragraph if cell contains altChunk. Thanks @pkozul! diff --git a/package.json b/package.json index a6fc0577..31f84f29 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx-templates", - "version": "4.8.2", + "version": "4.9.0", "description": "Template-based docx report creation", "main": "lib/index.js", "types": "lib/index.d.ts",