Skip to content

Commit 4fda9df

Browse files
committed
📦 Bump to 0.5.7
1 parent 012dffe commit 4fda9df

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3-
## [0.5.6] - Unreleased
3+
## [0.5.7] - Unreleased
4+
5+
## [0.5.6] - 2025-01-19
46

57
### Added
68

79
- Support for embedded files via the `embeddedFiles` property in the
810
document definition.
911

12+
### Fixed
13+
14+
- A bug that caused errors when reusing fonts or images across multiple
15+
documents.
16+
1017
## [0.5.5] - 2024-12-18
1118

1219
The minimum EcmaScript version has been raised to ES2022.
@@ -268,3 +275,4 @@ First public version.
268275
[0.5.3]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.3
269276
[0.5.4]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.4
270277
[0.5.5]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.5
278+
[0.5.6]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.6

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfmkr",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Generate PDF documents from JavaScript objects",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)