diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c62fc6b..32f64ba02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Update pdfkit to 0.15.1 - Fixed bug with how page breaks provoked by cells with rowspan were handled - Fixed find where previous cell started with row span and col span combination - Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows diff --git a/package.json b/package.json index c6949d379..4a62429be 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@foliojs-fork/linebreak": "^1.1.2", - "@foliojs-fork/pdfkit": "^0.14.0", + "@foliojs-fork/pdfkit": "^0.15.1", "iconv-lite": "^0.6.3", "xmldoc": "^1.3.0" },