Skip to content

Commit

Permalink
Bump version for "too many names" fix and enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Feb 2, 2022
1 parent 4bd87a7 commit 37f074c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Format:
-->
<!-- ## [Unreleased] -->

## [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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 37f074c

Please sign in to comment.