Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Dec 18, 2020
1 parent bcbc993 commit cd9bb79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.5.3 (2020-12-18)
* Correctly export `getMetadata` function from library index module / entrypoint.

## 4.5.2 (2020-11-13)
* Corrected check for valid image data. ArrayBuffers are now also valid image data containers, as the type definitions suggest (issue [#166](https://github.com/guigrpa/docx-templates/issues/166)).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docx-templates",
"version": "4.5.2",
"version": "4.5.3",
"description": "Template-based docx report creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit cd9bb79

Please sign in to comment.