From 37f074cb962a824e8e748c846e70405860ef79ce Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:28:44 -0500 Subject: [PATCH] Bump version for "too many names" fix and enhancement --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8682da5b..452db759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,10 @@ Format: --> +## [3.1.11] - 2022-02-02 +### Changed +- Handle an Assembly Line name Step value that has too many names, including a warning for the developer. Include the first three names and the last name to try to catch suffixes. + ## [3.0.11] - 2022-01-25 ### Added - Step: `the text in the JSON variable "variable_with_text_value" should be`. Compare JSON variable with a text value to given text. See #470. Does not accept nested values, e.g. "child.name.first". Downloads all the JSON vars to a .json file in the "downloads" artifacts. diff --git a/package.json b/package.json index 51ffe3ef..0e19605c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docassemble-cucumber", - "version": "3.0.11", + "version": "3.1.11", "description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.", "main": "lib/index.js", "scripts": {