diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb621fa..1114be8f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.10.0 (2023-02-03) +- [Issue #194](https://github.com/guigrpa/docx-templates/issues/194): add ability to provide captions for images ([MR #286](https://github.com/guigrpa/docx-templates/pull/286)). +- Ensure XMLs are processed in a deterministic order (mainly relevant for `listCommands()`), see commit 8b2ba5526df78da675eaf59f88cb76035ffac5bd. +- Various minor code quality and typing improvements. +- Bumped dependencies. + ## 4.9.2 (2022-04-04) - [PR 266](https://github.com/guigrpa/docx-templates/pull/266) Fix types for Deno bundle (by @mathe42). diff --git a/package.json b/package.json index 6247f045..759d3282 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docx-templates", - "version": "4.9.2", + "version": "4.10.0", "description": "Template-based docx report creation", "main": "lib/index.js", "types": "lib/index.d.ts",