diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e03971..b46c94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ### Unreleased +### [v0.17.0] - 2025-04-12 + - Fix precision rounding issues in LineWrapper - Fix fonts without a postscriptName - Add support for dynamic sizing - Add support for rotatable text - Fix page cascade options when text overflows - Add table generation +- Fix y position when using `image()` without x and y coordinates +- Improve Prettier configuration ### [v0.16.0] - 2024-12-29 diff --git a/package.json b/package.json index aa1843f..dbbf485 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "document", "vector" ], - "version": "0.16.0", + "version": "0.17.0", "homepage": "http://pdfkit.org/", "author": { "name": "Devon Govett",