From e690e9cf1b863badd6018006e664e13ccd5605d3 Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:34:43 -0400 Subject: [PATCH] Bump for PDF comparison --- CHANGELOG.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9b9927..a0c42b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,10 +44,7 @@ Format: --> -## [5.3.0] - 2023-10-14 - -### Added -- Screenshots now come with an HTML file of the same page. Pages can be examined for their full errors and for accessibility details. Note that styles are weird because we don't control the page with js like docassemble does. Otherwise hidden elements are visible, etc. See [#763](https://github.com/SuffolkLITLab/ALKiln/issues/763). +## [5.4.0] - 2023-10-14 ### Added @@ -55,6 +52,11 @@ Format: - An example: `I expect the baseline PDF "something-in-sources.pdf" and the new PDF "downloaded.pdf" to be the same` - See [#774](https://github.com/SuffolkLITLab/ALKiln/pull/774) for more details. +## [5.3.0] - 2023-10-14 + +### Added +- Screenshots now come with an HTML file of the same page. Pages can be examined for their full errors and for accessibility details. Note that styles are weird because we don't control the page with js like docassemble does. Otherwise hidden elements are visible, etc. See [#763](https://github.com/SuffolkLITLab/ALKiln/issues/763). + ### Fixed - Fixed and improved error for accessibility failures. See [#744](https://github.com/SuffolkLITLab/ALKiln/issues/744). diff --git a/package.json b/package.json index df9ef527..4af1de79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@suffolklitlab/alkiln", - "version": "5.3.0", + "version": "5.4.0", "description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.", "main": "lib/index.js", "scripts": {