From c3539cbc83532134319fca87701a07143b9957b5 Mon Sep 17 00:00:00 2001 From: Jimmy Fung Date: Thu, 25 Jul 2024 17:49:22 -0700 Subject: [PATCH] chore: bump patch this ignores the changes introduced in https://github.com/pagedjs/pagedjs/pull/171 which introduced several new concepts around paging. looking at the conversation in the PR it seems several others have also encountered issues. so avoiding for now to unblock our pdf work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d57820..bc235ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newhippo/pagedjs", - "version": "0.4.4", + "version": "0.4.5", "description": "Chunks up a document into paged media flows and applies print styles", "author": "Fred Chasen", "license": "MIT",